The background blur window can be used to enhance the UI effect, but it will sacrifice some performance.
1 | public class BlurWindow : Window |
All hc:Window
properties can be used. Click here to view
Operating system support : windows 10
Rewrite the resource BlurGradientValue
to customize the blur color
Case
1 | <system:UInt32 x:Key="BlurGradientValue">0x99FFFFFF</system:UInt32> |
1 | <hc:BlurWindow x:Class="HandyControlDemo.Window.BlurWindow" |