feat: add Light class to NotificationCard.

This commit is contained in:
Zhang Dian
2024-08-14 20:00:43 +08:00
parent 38b9494aaf
commit a328e2bb99
4 changed files with 117 additions and 55 deletions

View File

@@ -9,6 +9,7 @@
mc:Ignorable="d">
<StackPanel Spacing="20">
<StackPanel>
<Slider Name="SliderTest" Maximum="400" Minimum="0" TickFrequency="1" IsSnapToTickEnabled="True" />
<Expander Header="Expander 1">
<TextBlock Text="Hello Avalonia!" />
</Expander>
@@ -36,4 +37,4 @@
</Expander>
</Grid>
</StackPanel>
</UserControl>
</UserControl>