Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

lixinyang123/AcrylicBrushReference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcrylicBrushReference

UWP背景毛玻璃效果

初始化亚克力效果,需要在XAML的外层Grid中添加Span所有网格的内层Grid 并在页面初始化的方法中添加

AcrylicBrush.InitializeFrostedGlass(UIElement glassHost);

glassHost:内层Grid对象的名称(x:Name)

注意:此方法要在InitializeComponent()之后添加

About

UWP AcrylicBrush工具类

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages