Skip to content

Commit 36bf5ef

Browse files
committed
Update BrushPage.xaml
1 parent e4def9c commit 36bf5ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev/DevWinUI.Gallery/Views/Pages/Features/BrushPage.xaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
HeaderText="Brushes"
1515
XamlSource="Features/BrushPage_xaml.txt">
1616
<StackPanel Margin="10" Spacing="10">
17+
<Border Height="80"
18+
Background="{ThemeResource CardGradient3Brush}">
19+
<TextBlock HorizontalAlignment="Center"
20+
VerticalAlignment="Center"
21+
Style="{ThemeResource SubtitleTextBlockStyle}"
22+
Text="CardGradient3Brush" />
23+
</Border>
1724
<Border Height="80"
1825
Background="{ThemeResource CardGradient2Brush}">
1926
<TextBlock HorizontalAlignment="Center"

0 commit comments

Comments
 (0)