XFDesign 1.2.0

dotnet add package XFDesign --version 1.2.0
NuGet\Install-Package XFDesign -Version 1.2.0
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.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XFDesign --version 1.2.0
#r "nuget: XFDesign, 1.2.0"
#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.2.0

// Install XFDesign as a Cake Tool
#tool nuget:?package=XFDesign&version=1.2.0

XFDesign

项目文档:https://www.yuque.com/u1897222/akzm0f/bqdz4o

项目说明

  • 一款基于WPF的开源控件库

功能简介

  • 主要做WPF的扩展控件,只提供少量的原生控件样式
  • 不会提供任何默认的原生控件样式(只要不主动添加样式,不会改变项目中的任何东西)
  • 可以与其他控件库结合使用

开发环境

  • 基于VS2022+.NET6

快速开始

Nuget包

img

项目引用

  • App.xaml
<ResourceDictionary Source="pack://application:,,,/XFDesign;component/Themes/Generic.xaml" />
  • 要使用的界面
xmlns:xf="https://github.com/Coast/XFDesign"
Product 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.

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
1.2.0 240 3/1/2023
1.1.1 403 9/1/2022
1.1.0.1 418 8/2/2022
1.0.0.1 369 7/29/2022
1.0.0 403 7/28/2022

添加MessageBoxXF弹框