Skip to content

The background blur window can be used to enhance the UI effect, but it will sacrifice some performance.

cs
public class BlurWindow : Window

NOTE

All hc:Window properties can be used. Click here to view

WARNING

Operating system support : windows 10 [!WARNING] Rewrite the resource BlurGradientValue to customize the blur color

Case

xml
<system:UInt32 x:Key="BlurGradientValue">0x99FFFFFF</system:UInt32>
xml
<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

Released under the MIT License.