
This is an open-source project for WPF custom controls. Some of the controls are quite interesting. The following effect demonstrations are directly copied from the author's GitHub README. The repository address is at the end. Let's first look at some of the custom control effects:
DrawPrize (WPF implementation of a spinning wheel lottery)

DesktopPlayVideo (WPF implementation of dynamic Windows desktop wallpaper)

CropControl (WPF implementation of a 9-grid image cropping control)

NumberCard (WPF implementation of a 3D flip countdown control)

CountdownTimer (countdown animation)


SpeedRockets (WPF implementation of accelerating rockets)

SnowCanvas (WPF implementation of Christmas tree snowflakes)

WPFBreatheLight (WPF implementation of a breathing light)

Thermometer (thermometer)

RingLoading (cool waiting animation)

RoundPicker (circle picker)

LogoAnimation (login animation)

LineChart (line chart)

MetroWindow (window)

RainbowButtons (rainbow button)

Ruler (scale ruler)

ZooSemy (skeuomorphic rotating button)

BasicBarChart (statistics chart)

RadarChart (radar chart)

Win10Menu (Win10 menu)

SpotLight (spotlight)

TransitionPanel (transition panel)

ScreenCut (screen capture)

OtherControl (torch)

EmphasizerCarousel (carousel 2)

Carousel (carousel)

ScrollViewerAnimation (scrollbar with animation)

RollLoading (waiting animation)

CycleLoading (waiting animation)

Pagination (pagination)

TaskbarItemInfo (taskbar corner badge)

BallLoading (waiting animation)

WpfPieControl (WPF implementation of a statistics chart (pie chart inspired by LiveCharts))

WpfDashboard (WPF implementation of a dashboard (gauge follows progress))

WpfTimeLineControl (WPF implementation of a timeline (inspired by Gitee))

WpfCircularProgressBar (WPF implementation of a circular progress bar)

WpfCircularMenu (WPF implementation of a circular menu)

WpfPasswrod (WPF implementation of password visibility toggle)

WpfChatEmojiText (WPF implementation of chat emoji + text)

WPFSongWords (WPF implementation of lyric animation)

WpfCanvasAdorner (WPF implementation of rotating controls and resizing)

WpfBingMap (WPF using MapControl to load Amap (Gaode Map))

3DAnimationNavigationBar (WPF implementation of 3D menu animation)

WpfRoundMenu (WPF implementation of a circular menu)

WPFCheckCode (WPF using DrawingVisual to draw CAPTCHA)

CutImageSolution (WPF implementation of user avatar cropping)


WpfAnimationWeChat (WPF using images to implement WeChat voice playback animation)

End
Repository addresses:
- GitHub https://github.com/WPFDevelopersOrg
- Gitee https://gitee.com/WPFDevelopersOrg
- Basic controls https://github.com/WPFDevelopersOrg/WPFDevelopers.Minimal
This project includes daily development shares from the WeChat public account "WPF Developers". The author publishes a new custom control every time it is completed on this account. Welcome to subscribe to stay updated with the author's latest works, and feel free to give a Star.
Runtime environment: Visual Studio 2019, .NET Framework 4.0 SDK
