Controls
Typography
Title, body and caption text styles.
TextBlock and Label inherit the theme foreground and font automatically. Three keyed styles cover
the common roles.
Title
Larger and semibold - for section headings.
<TextBlock Text="Title text" Style="{DynamicResource TitleTextStyle}" />
Body
Normal size with wrapping - for paragraphs.
<TextBlock TextWrapping="Wrap" Style="{DynamicResource BodyTextStyle}"
Text="Body text uses the theme foreground colour and the Inventor font." />
Caption
Smaller and muted - for secondary labels.
<TextBlock Text="Caption text is muted and smaller." Style="{DynamicResource CaptionTextStyle}" />
