Episode

UWP-028 - XAML Styles

Up until now, we've set the fonts, colors, sizes and more of the XAML controls we've used individually one at a time, however in some cases this causes our XAML to be bloated with a lot of repeated markup. However, styles allow us to gather up common settings that we want to apply across many XAML controls on a single page or across the entire app, give them a name, then apply them in a more organized and succinct manner.

Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-028/UWP-028

Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10

PDF: https://aka.ms/absBeginnerWin10pdf

Beginner