Design consistent .NET MAUI XAML pages by using shared resources
Learn how to use shared resources and styles in .NET MAUI XAML
Learning objectives
By the end of this module, you're able to:
- Create and use static resources in a MAUI XAML user interface
- Create and use dynamic resources
- Create a consistent user interface by using styles
- Create and use application-wide resources
Prerequisites
- Visual Studio 2022 with the .NET MAUI workload
- Optional: Local installations Visual Studio Code, the .NET SDK with .NET MAUI workload, and the .NET MAUI Extension for Visual Studio Code
- Familiarity with C# and .NET