-
Notifications
You must be signed in to change notification settings - Fork 710
[ADD] SystemBackdropElement Control Sample Page #2079
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
[ADD] SystemBackdropElement Control Sample Page #2079
Conversation
@microsoft-github-policy-service agree company="Microsoft" |
|
@rashmi-thakurr Exciting to see this new feature land :)! The |
WinUIGallery/Samples/SampleCode/SystemBackdropHost/SystemBackdropHostAcrylic_xaml.txt
Outdated
Show resolved
Hide resolved
WinUIGallery/Samples/SampleCode/SystemBackdropHost/SystemBackdropHostMica_xaml.txt
Outdated
Show resolved
Hide resolved
WinUIGallery/Samples/SampleCode/SystemBackdropHost/SystemBackdropHostMicaAlt_xaml.txt
Outdated
Show resolved
Hide resolved
WinUIGallery/Samples/ControlPages/SystemBackdropHostPage.xaml.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Niels Laute <[email protected]>
…ropHostAcrylic_xaml.txt Co-authored-by: Niels Laute <[email protected]>
…ropHostMicaAlt_xaml.txt Co-authored-by: Niels Laute <[email protected]>
Co-authored-by: Niels Laute <[email protected]>
…ropHostMica_xaml.txt Co-authored-by: Niels Laute <[email protected]>
niels9001
left a comment
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! Great new sample for a great new API 😁
Description
Adds Samples for SystemBackdropElement Control
Motivation and Context
Provides a clearer example of how to use SystemBackdropElement. Helps developers understand and test the newer backdrop APIs.
How Has This Been Tested?
Tested in WinUI Gallery on Windows 11. Verified backdrop switching, CornerRadius updates, and sample loading without errors in Debug and Release.
Screenshots (if appropriate):
Types of changes