feat: add small/large size to enum selector.

This commit is contained in:
rabbitism
2024-10-04 00:26:07 +08:00
parent 18e0aa1516
commit f361926518
2 changed files with 10 additions and 1 deletions

View File

@@ -26,5 +26,12 @@
EnumType="{Binding SelectedType}"
Value="{Binding Value}" />
<TextBlock Text="{Binding Value}" />
<u:Divider Content="Small Size"></u:Divider>
<u:EnumSelector
Width="200"
Classes="Small"
DisplayDescription="{Binding #description.IsChecked}"
EnumType="{Binding SelectedType}"
Value="{Binding Value}" />
</StackPanel>
</UserControl>