mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-12-14 16:16:24 +01:00
refactoring enums
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
|
||||
<ui:SimpleStackPanel Margin="5" Spacing="10">
|
||||
<controls:PropertyPresenter Label="Theme Mode" Value="{Binding ThemeMode}" />
|
||||
<controls:PropertyPresenter Label="Accent color" Value="{Binding AccentColor}" />
|
||||
<controls:PropertyPresenter Label="Accent color" Value="{Binding AccentColors}" />
|
||||
<controls:PropertyPresenter
|
||||
Command="{Binding ShowDialogCommand}"
|
||||
Label="Hello"
|
||||
|
||||
Reference in New Issue
Block a user