-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved SystemBackdrop sample #1698
base: main
Are you sure you want to change the base?
Conversation
WinUIGallery/SamplePages/SampleBuiltInSystemBackdropsWindow.xaml.cs
Outdated
Show resolved
Hide resolved
WinUIGallery/SamplePages/SampleBuiltInSystemBackdropsWindow.xaml
Outdated
Show resolved
Hide resolved
/azp run |
1 similar comment
/azp run |
/azp run |
1 similar comment
/azp run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
<StackPanel> | ||
<TextBlock TextWrapping="WrapWholeWords"> | ||
Manages rendering and system policy for the background acrylic material. Acrylic has the same level of customization as Mica, but the type (Base / Thin) can't be changed using the DesktopAcrylicBackdrop class. | ||
If you wan't to use Acrylic Thin in your app you have to use the DesktopAcrylicController class. There are 2 types of Acrylic: Base and Thin. The DesktopAcrylicBackdrop class uses a version of the Base type with less dimming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Order of mentioning here: First mention there are two types, then explain how to use thin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Order of mentioning here: First mention there are two types, then explain how to use thin?
Thanks for the suggestions.
Co-authored-by: Marcel W. <[email protected]>
Co-authored-by: Marcel W. <[email protected]>
Co-authored-by: Marcel W. <[email protected]>
Made the sample easier to use.
Description
Motivation and Context
The old sample has no info about how the materials look like.
How Has This Been Tested?
Manual
Screenshots:
Types of changes