Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn WinUI 3

You're reading from   Learn WinUI 3 Leverage WinUI and the Windows App SDK to create modern Windows applications with C# and XAML

Arrow left icon
Product type Paperback
Published in Oct 2023
Publisher Packt
ISBN-13 9781805120063
Length 386 pages
Edition 2nd Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Alvin Ashcraft Alvin Ashcraft
Author Profile Icon Alvin Ashcraft
Alvin Ashcraft
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Preface 1. Part 1:Introduction to WinUI and Windows Applications
2. Chapter 1: Introduction to WinUI FREE CHAPTER 3. Chapter 2: Configuring the Development Environment and Creating the Project 4. Chapter 3: MVVM for Maintainability and Testability 5. Chapter 4: Advanced MVVM Concepts 6. Chapter 5: Exploring WinUI Controls 7. Chapter 6: Leveraging Data and Services 8. Part 2:Extending WinUI and Modernizing Applications
9. Chapter 7: Fluent Design System for Windows Applications 10. Chapter 8: Adding Windows Notifications to WinUI Applications 11. Chapter 9: Enhancing Applications with Community Toolkits 12. Chapter 10: Accelerating App Development with Template Studio 13. Part 3:Build and Deploy on Windows and Beyond
14. Chapter 11: Debugging WinUI Applications with Visual Studio 15. Chapter 12: Hosting a Blazor Application in WinUI 16. Chapter 13: Take Your App Cross-Platform with Uno Platform 17. Chapter 14: Packaging and Deploying WinUI Applications 18. Index 19. Other Books You May Enjoy

Use Mica in WinUI applications

Mica is another material that’s available to WinUI applications. You can think of Mica as an Acrylic background brush without the transparency. It creates the brush style based on the current desktop background color in Windows. There are two variants of the Mica material: Mica and Mica Alt. Mica Alt creates the same kind of opaque background as Mica, but it has stronger tinting.

Note

Mica is only available in Windows 11 and later. If your app uses Mica and is installed on Windows 10, it will not apply the material.

If you use the WinUI 3 Gallery and open the System Backdrops (Mica/Acrylic) page, you can launch a WinUI window and cycle through the Mica, Mica Alt, and Acrylic materials applied to the window background:

Figure 7.13 – Viewing the same window with Mica, Mica Alt, and Acrylic

Figure 7.13 – Viewing the same window with Mica, Mica Alt, and Acrylic

The code to set the system backdrop for a window is more involved than just applying a brush to the Fill property...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime