Fluent Design System for Windows Applications
The Fluent Design System is a set of application design principles created by Microsoft and implemented across multiple desktop, mobile, and web platforms. The Fluent Design System for Windows is a set of controls, patterns, and styles for applications built for Windows. In fact, it is the implicit styling for all WinUI controls.
It is important to learn the tenets of Fluent Design and how to implement them in your WinUI applications. We will also explore the Fluent XAML Theme Editor application for Windows. This application assists developers in creating a theme for their applications, including color schemes and style elements such as borders and corners. Developers can then easily import the resources to implement the theme.
In this chapter, we will cover the following topics:
- Learning the concepts of Fluent Design
- How to find the latest information about Fluent Design
- Incorporating Fluent Design concepts into WinUI...