Tag

WPF

Browsing articles related to WPF.

103 articles
7 Current page
A Developer Created an Open-Source Dynamic Wallpaper Software Using WinUI 3 and WPF

A Developer Created an Open-Source Dynamic Wallpaper Software Using WinUI 3 and WPF

Speaking of dynamic wallpaper software, I believe many people have heard of or used `Wallpaper Engine`, which is a highly praised wallpaper software on the Steam Store, priced at `18` yuan. I have been using it as well, but today I am introducing another wallpaper software called `Lively Wallpaper`.

SpringLeee 全球技术精选 4/4/2022 11:21 AM
WPF 3D Tunnel Effect, Joining the Fun with WPF

WPF 3D Tunnel Effect, Joining the Fun with WPF

Compared to CSS and UWP, the veteran WPF is relatively cumbersome for 3D effects. First, you need to create a 3D model, then rotate the XY axes, adjust the Z-axis scaling, and finally adjust the FOV. The tunnel effect is determined by the Z-axis scaling value.

ARM830 2/21/2022 1:58 PM
Into WPF: Complete MVVM Example

Into WPF: Complete MVVM Example

Learning WPF without learning MVVM feels like missing the soul. So what is MVVM? Why learn MVVM? This article uses a simple CRUD example to briefly introduce the basic knowledge of MVVM and how to develop MVVM architecture-based programs. For learning and sharing purposes only, please point out any shortcomings.

小六公子 2/21/2022 1:43 PM
End-of-2022 WPF Project Practical Collection Released

End-of-2022 WPF Project Practical Collection Released

This video collection has a total of 58 episodes, covering the basics of WPF (layout, styles, resources, animations, templates, MVVM), concepts of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entity Framework, deployment), client release, deployment, and other complete development processes.

痕迹 1/14/2022 11:12 PM
Using TTF Icon Fonts in WPF

Using TTF Icon Fonts in WPF

Packaging vector graphics into font form, the usage is the same as using fonts, allowing free setting of icon size and color. Compared to traditional images, the advantages are obvious:

丑萌气质狗 12/20/2021 12:21 AM