feat: add ShowIcon property.
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
<vm:NotificationDemoViewModel />
|
||||
</Design.DataContext>
|
||||
<StackPanel Spacing="20">
|
||||
<ToggleSwitch IsChecked="{Binding ShowClose}" Content="ShowClose" />
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<ToggleSwitch IsChecked="{Binding ShowIcon}" Content="ShowIcon" />
|
||||
<ToggleSwitch IsChecked="{Binding ShowClose}" Content="ShowClose" />
|
||||
</StackPanel>
|
||||
|
||||
<UniformGrid Rows="2" Columns="3" Width="500" HorizontalAlignment="Left">
|
||||
<UniformGrid.Styles>
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
<vm:ToastDemoViewModel />
|
||||
</Design.DataContext>
|
||||
<StackPanel Spacing="20">
|
||||
<ToggleSwitch IsChecked="{Binding ShowClose}" Content="ShowClose" />
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<ToggleSwitch IsChecked="{Binding ShowIcon}" Content="ShowIcon" />
|
||||
<ToggleSwitch IsChecked="{Binding ShowClose}" Content="ShowClose" />
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Spacing="20">
|
||||
<StackPanel.Styles>
|
||||
|
||||
Reference in New Issue
Block a user