1 Star 0 Fork 182

zhangbo27 / WPFDevelopers

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README-zh.md 21.96 KB
Copy Edit Raw Blame History
闫驚鏵(Jinhua Yan) authored 2023-10-16 19:48 . Update README-zh.md

English

dotnet-version Visual Studio 2019 Visual Studio 2022 WPF开发者 码云 Github nuget-version nuget-version Github stars Downloads .NET6VSIX

Welcome to WPFDevelopers

最新请使用 Nuget 预览版包 |下载可执行程序EXE |项目模板下载VSIX

下载完 WPFDevelopers 项目如何编译通过 👀

Github https://github.com/WPFDevelopersOrg

码云 https://gitee.com/WPFDevelopersOrg

Wiki→ 正在进行快速更新

此项目包含了 微信公众号 《 WPF开发者》 日常开发分享,欢迎Star🌟

运行环境 Visual Studio 2022

.Net Version

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

欢迎关注微信公众号

支持者

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

贡献者

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

捐助

如果您觉得我们的开源软件对你有所帮助,请扫下方二维码打赏我们一杯咖啡。

支付宝 微信

第一步: 添加 nuget;

Install-Package WPFDevelopers

第二步: App.xaml中增加节点;

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

第三步:添加命名空间;

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


IPEditBox


ColorPicker


NumericBox


PathIcon


Window


Message


Badge


GrayscaleEffect


CropImage


BreakCrumbBar


MultiSelectionSearchComboBox


ScrollIntoView.IsPosition


ControlLoading


BasicControlLoading


WindowMask


ControlMask


MultiSelectComboBox(下拉多选)


Step(步骤)


Magnifier(放大镜)


GrayscaleEffect(灰度)


NineGridView (视频查看器)


CodeViewer(代码查看器)


NotifyIcon(托盘)

----------

WindowAcrylicBlur(亚克力窗体)

----------

Barrage(WPF 弹幕)


CanvasHandWriting(WPF Canvas平滑笔迹)


Bubblle(WPF泡泡控件)


PanningItems(WPF平移控件)


Shake(WPF窗体抖动)


StarrySky(WPF星空动画)


CropAvatar (WPF头像选择器)


ScreenCut (截屏)


AnimationAudio (WPF实现音频播放动画)


VerifyCode(WPF使用DrawingVisual绘制验证码)


EdgeLight (WPF 实现边框跑马灯)

DrawPrize(WPF 实现大转盘抽奖)


DesktopPlayVideo(WPF实现动态Windows桌面壁纸)


CropControl(WPF实现图片切成九宫格控件)


NumberCard(WPF实现3D翻转倒计时控件)


CountdownTimer(倒计时动画)


SpeedRockets(WPF实现加速火箭)


SnowCanvas(WPF实现圣诞树雪花)


WPFBreatheLight(WPF实现呼吸灯)


Thermometer(温度计)


RingLoading(酷酷的等待)


RoundPicker(圆选择器)


LogoAnimation(登录动画)


LineChart(折线图)


MetroWindow(窗体)


RainbowButtons(彩虹按钮)


Ruler(刻度尺)


ZooSemy(拟物旋转按钮)


BasicBarChart(统计图)


RadarChart(雷达图)


DrawerMenu(抽屉菜单)


SpotLight(聚光灯)


TransitionPanel(过渡面板)


OtherControl (火炬)


EmphasizerCarousel (轮播图二)


Carousel (轮播图)


ScrollViewerAnimation (滚动条带动画)


RollLoading (等待动画)


CycleLoading (等待动画)


Pagination (分页)


TaskbarItemInfo (窗体任务栏角徽)


BallLoading (等待动画)


WpfPieControl(WPF实现统计图(饼图仿LiveCharts))


WpfDashboard(WPF实现仪表盘(刻度跟随进度))


WpfTimeLineControl(WPF实现时间轴(仿Gitee))


WpfCircularProgressBar(WPF实现环(圆)形进度条)


WpfCircularMenu(WPF实现环(圆)形菜单)


WpfPasswrod(WPF实现密文与密文切换)


WpfChatEmojiText(WPF实现聊天Emoji+文本)


WPFSongWords(WPF实现歌词动画)


例子文件:ThumbDragAndAngleExample.xaml (WPF实现旋转控件并修改宽高)


WpfBingMap(WPF使用MapControl加载高德地图)


3DAnimationNavigationBar(WPF实现3D菜单动画)


WpfRoundMenu(WPF实现圆形菜单)


CutImageSolution(WPF实现用户头像裁剪)


									~~底线~~
C#
1
https://gitee.com/zhangbo27/WPFDevelopers.git
git@gitee.com:zhangbo27/WPFDevelopers.git
zhangbo27
WPFDevelopers
WPFDevelopers
master

Search

53164aa7 5694891 3bd8fe86 5694891