Ghost1372

everything can be handy

BlurWindow

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
2
3
4
5
6
7
8
9
<hc:BlurWindow x:Class="HandyControlDemo.Window.BlurWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:hc="https://handyorg.github.io/handycontrol"
Title="Title"
Height="450"
Width="800" >
</hc:BlurWindow>

BlurWindow

0%