misc: update demo.

This commit is contained in:
rabbitism 2023-03-17 23:32:28 +08:00
parent 309dc7ed23
commit 261e17abcd

View File

@ -21,7 +21,8 @@
Indeterminate
</CheckBox>
<CheckBox Width="120" HorizontalAlignment="Left">Checkbox should wrap its text</CheckBox>
<StackPanel Orientation="Horizontal">
<TextBlock Margin="0,16" Text="CardCheckBox" />
<StackPanel Orientation="Vertical">
<CheckBox Width="300" Theme="{DynamicResource CardCheckBox}">
<StackPanel>
<TextBlock FontWeight="Bold">复选框标题</TextBlock>
@ -79,7 +80,8 @@
</StackPanel>
</CheckBox>
</StackPanel>
<StackPanel Orientation="Horizontal">
<TextBlock Margin="0,16" Text="PureCardCheckBox" />
<StackPanel Orientation="Vertical">
<CheckBox Width="300" Theme="{DynamicResource PureCardCheckBox}">
<StackPanel>
<TextBlock FontWeight="Bold">复选框标题</TextBlock>