XFDesign 1.0.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package XFDesign --version 1.0.0.1
NuGet\Install-Package XFDesign -Version 1.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="XFDesign" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XFDesign --version 1.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XFDesign, 1.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.
// Install XFDesign as a Cake Addin #addin nuget:?package=XFDesign&version=1.0.0.1 // Install XFDesign as a Cake Tool #tool nuget:?package=XFDesign&version=1.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XFDesign
项目文档:https://www.yuque.com/u1897222/akzm0f/bqdz4o
项目说明
- 一款基于WPF的开源控件库
功能简介
- 主要做WPF的扩展控件,只提供少量的原生控件样式
- 不会提供任何默认的原生控件样式(只要不主动添加样式,不会改变项目中的任何东西)
- 可以与其他控件库结合使用
开发环境
- 基于VS2022+.NET6
快速开始
Nuget包
项目引用
- App.xaml
<ResourceDictionary Source="pack://application:,,,/XFDesign;component/Themes/Generic.xaml" />
- 要使用的界面
xmlns:xf="https://github.com/Coast/XFDesign"
内容展示
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-windows7.0
- NetCore5.0.Microsoft.Expression.Drawing (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
添加说明文档