Skip to content

LiuliuMao/XiaFControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

面向中国

码云

https://gitee.com/lm961031/xia-fcontrol/

赞助

打赏

打赏

贡献者

ghost1372 ghost1372

赞助者

bigorange1900 bigorange1900

用法

Step 1: 添加 XiaFControl 引用,或在 nuget 上搜索 XiaFControl;

Install-Package XiaFControl

Step 2: 在 App.xaml 中添加如下代码:

<Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                 <ResourceDictionary Source="pack://application:,,,/XiaFControl;component/Themes/Basic/Generic.xaml" />
                <xiaFControl:BundledTheme BaseTheme="Light" PrimaryColor="XiaFPurple"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

Step 3: 添加命名空间: xmlns:xiaFControl="clr-namespace:XiaFControl;assembly=XiaFControl"

概览

1 2 3 combobox databar datetime dialog1 dialog2 datatool group

icon input list menu message messagebox1 messagebox2 page select textbolck tab text

About

XiaF is a control library applied to WPF, currently supporting. net 6.Will be continuously updated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages