64 Star 488 Fork 180

WPFDevelopersOrg / WPFDevelopers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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
net7.0-windows
net8.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


TransformLayout


ScreenCaptureExt


TimePicker


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实现用户头像裁剪)


									~~底线~~
MIT License Copyright (c) 2022 WPFDevelopersOrg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

WPF 自定义控件库 ~此项目是公众号《WPF开发者》日常分享 Sample,持续更新中🎉 欢迎 Star 展开 收起
C#
MIT
取消

发行版 (8)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/WPFDevelopersOrg/WPFDevelopers.git
git@gitee.com:WPFDevelopersOrg/WPFDevelopers.git
WPFDevelopersOrg
WPFDevelopers
WPFDevelopers
master

搜索帮助