We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2997106 commit adb5367Copy full SHA for adb5367
WinUIGallery/Samples/SampleCode/Typography/TypographySample_xaml.txt
@@ -1,6 +1,8 @@
1
<TextBlock Text="Caption" Style="{StaticResource CaptionTextBlockStyle}"/>
2
<TextBlock Text="Body" Style="{StaticResource BodyTextBlockStyle}"/>
3
<TextBlock Text="Body Strong" Style="{StaticResource BodyStrongTextBlockStyle}"/>
4
+<TextBlock Text="Body Large" Style="{StaticResource BodyLargeTextBlockStyle}"/>
5
+<TextBlock Text="Body Strong Strong" Style="{StaticResource BodyLargeStrongTextBlockStyle}"/>
6
<TextBlock Text="Subtitle" Style="{StaticResource SubtitleTextBlockStyle}"/>
7
<TextBlock Text="Title" Style="{StaticResource TitleTextBlockStyle}"/>
8
<TextBlock Text="Title Large" Style="{StaticResource TitleLargeTextBlockStyle}"/>
0 commit comments