WPF.Style.Library 0.0.1

dotnet add package WPF.Style.Library --version 0.0.1
                    
NuGet\Install-Package WPF.Style.Library -Version 0.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPF.Style.Library" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WPF.Style.Library" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="WPF.Style.Library" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WPF.Style.Library --version 0.0.1
                    
#r "nuget: WPF.Style.Library, 0.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WPF.Style.Library@0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WPF.Style.Library&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=WPF.Style.Library&version=0.0.1
                    
Install as a Cake Tool

WPF.Styles.Library

Пакет содержит набор стилей и шаблонов элементов управления WPF для .NET 8.0.

Описание

Этот пакет предоставляет готовые стили и шаблоны для ускорения разработки WPF-приложений. Вы можете легко использовать стили для стандартных и кастомных элементов управления.

Установка

Используйте NuGet Package Manager или .NET CLI:

# Через NuGet Package Manager
Install-Package WPF.Styles.Library

# Через .NET CLI
dotnet add package WPF.Styles.Library
Использование
Подключите пространство имён в XAML (при необходимости):
xml

<Window ...
    xmlns:styles="clr-namespace:WPF.Styles.LibraryWPF;assembly=WPF.Styles.LibraryWPF">
Импортируйте словарь ресурсов:
xml

<Window.Resources>
    <ResourceDictionary Source="pack://application:,,,/WPF.Styles.LibraryWPF;component/Styles/DefaultStyles.xaml" />
</Window.Resources>
Применяйте стили, например:
xml

<Button Style="{StaticResource MyCustomButtonStyle}">Кнопка</Button>
Вклад
Если хотите помочь развитию проекта, создавайте pull request или открывайте issues на GitHub.
Приветствуются отчеты об ошибках и запросы на добавление новых функций!
Авторы
MarinaMinsk1208
Лицензия
Пакет распространяется под лицензией [MIT License](LICENSE). Подробнее смотрите в файле LICENSE.md.

## Благодарности

* Сообществу WPF за поддержку и вдохновение.
* Всем, кто внес вклад в развитие проекта.
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1 209 10/13/2025

Запуск проекта