feat: add AI style - Colorful & Gradient to TagLabel.

This commit is contained in:
Zhang Dian
2025-11-11 18:17:47 +08:00
parent 5f8357ecbc
commit 7a831d35f7
6 changed files with 165 additions and 78 deletions

View File

@@ -113,18 +113,18 @@
Theme="{StaticResource GroupBox}">
<HeaderedContentControl.Header>
<StackPanel Spacing="8">
<TextBlock Text="AI style - Colorful buttons" />
<TextBlock Text="AI style - Colorful Button" />
<WrapPanel ItemSpacing="4">
<TextBlock Text="Theme:" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Solid" Content="Light" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Solid" Content="Solid" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Solid" Content="Outline" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Solid" Content="Borderless" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Gradient Solid" Content="Light" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Gradient Solid" Content="Solid" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Gradient Solid" Content="Outline" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Gradient Solid" Content="Borderless" />
</WrapPanel>
<WrapPanel ItemSpacing="4">
<TextBlock Text="Classes:" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful" Content="Colorful Primary" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful" Content="Colorful Tertiary" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Gradient" Content="Colorful Primary" />
<Label Theme="{StaticResource TagLabel}" Classes="Colorful Gradient" Content="Colorful Tertiary" />
</WrapPanel>
</StackPanel>
</HeaderedContentControl.Header>