Skip to content

AFei19911012/WPFDevelopersDemo

Repository files navigation

中文

dotnet-version Visual Studio 2019 Visual Studio 2022 Github nuget-version nuget-version Github stars Downloads

Welcome to WPFDevelopers

Please use the preview Nuget package for the latest

Blue

Visual Studio 2022

.Net Version

.Net Version Status
Net40
net45
net46
net47
net48
netcoreapp3.0
net5.0-windows
net6.0-windows

Donate

If you think our open source software is helpful to you, please scan the QR code below and give us a cup of coffee.

Alipay WeChat pay

Backers

Conscientious loridoo yaunchen 王菅物 清梦 zhangjingcheng dotnet9 罗海钧

Contributors

ChisterWu ChisterWu huangjia2107 liukaishuang TwilightLemon githowe LuGuangguang DinoChan mingyaodagege PettyHandSome 丑萌气质狗 李伟 SwaggyMacro

This is a UI library for WPF developers based on WPF custom advanced controls. Welcome to use..

how to use:

Step 1: Add nuget;

Install-Package WPFDevelopers

Step 2: Add nodes to App.xaml;

Nuget Version >= 1.0.8-preview

<Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                    <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Light.Blue.xaml"/>
                    <!--需要注意ws:Resources 必须再配色主题后,Theme="Dark" 为黑色皮肤-->
                    <ws:Resources Theme="Light"/>
                    <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Themes/Theme.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

Nuget Version < 1.0.8-preview

      <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/WPFDevelopers;component/Generic.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>  

Step 3: Add the namespace;

xmlns:wpfdev="https://github.com/WPFDevelopersOrg/WPFDevelopers"

MultiSelectComboBox


Step


Magnifier


GrayscaleEffect


NineGridView


CodeViewer


NotifyIcon


WindowAcrylicBlur


Barrage


CanvasHandWriting


Bubblle


PanningItems


Shake


StarrySky


CropAvatar


ScreenCut


AnimationAudio


VerifyCode


EdgeLight


DrawPrize


DesktopPlayVideo


CropControl


NumberCard


CountdownTimer


SpeedRockets


SnowCanvas


WPFBreatheLight


Thermometer


RingLoading


RoundPicker


LogoAnimation


LineChart


RainbowButtons


Ruler


ZooSemy


BasicBarChart


RadarChart


DrawerMenu


SpotLight


TransitionPanel


OtherControl


EmphasizerCarousel


Carousel


ScrollViewerAnimation


RollLoading


CycleLoading


Pagination


TaskbarItemInfo


BallLoading


WpfPieControl


WpfDashboard


WpfTimeLineControl


WpfCircularProgressBar


WpfCircularMenu


WpfPasswrod


WpfChatEmojiText


WPFSongWords


ThumbDragAndAngleExample.xaml


WpfBingMap


3DAnimationNavigationBar


WpfRoundMenu


CutImageSolution


						~~end~~

Releases

No releases published

Packages

No packages published

Languages