ExtrabbitCode Inventor ModernUi
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}" />
Title text style

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." />
Body text style

Caption

Smaller and muted - for secondary labels.

<TextBlock Text="Caption text is muted and smaller." Style="{DynamicResource CaptionTextStyle}" />
Caption text style

On this page