整理控件库

This commit is contained in:
GG Z
2025-05-05 17:04:06 +08:00
parent 74532b77be
commit 3eaad7566e
283 changed files with 2156 additions and 17846 deletions

View File

@@ -10,8 +10,8 @@
Title="TypographyPage"
d:DesignHeight="450"
d:DesignWidth="800"
ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}"
ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}"
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
mc:Ignorable="d">
@@ -60,7 +60,7 @@
</Grid>
<controls:TypographyControl
Background="{ui:ThemeResource CardBackgroundFillColorDefaultBrush}"
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
Example="Caption"
ExampleFontTypography="Caption"
SizeLinHeight="12/16"
@@ -73,7 +73,7 @@
VariableFont="Regular" />
<controls:TypographyControl
Background="{ui:ThemeResource CardBackgroundFillColorDefaultBrush}"
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
Example="Body strong"
ExampleFontTypography="BodyStrong"
SizeLinHeight="14/20"
@@ -86,7 +86,7 @@
VariableFont="SemiBold" />
<controls:TypographyControl
Background="{ui:ThemeResource CardBackgroundFillColorDefaultBrush}"
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
Example="Title"
ExampleFontTypography="Title"
SizeLinHeight="28/36"
@@ -99,7 +99,7 @@
VariableFont="SemiBold" />
<controls:TypographyControl
Background="{ui:ThemeResource CardBackgroundFillColorDefaultBrush}"
Background="{DynamicResource CardBackgroundFillColorDefaultBrush}"
Example="Display"
ExampleFontTypography="Display"
SizeLinHeight="68/92"