Cancel commands
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.27,3L3,8.27V15.73L8.27,21H15.73L21,15.73V8.27L15.73,3M8.41,7L12,10.59L15.59,7L17,8.41L13.41,12L17,15.59L15.59,17L12,13.41L8.41,17L7,15.59L10.59,12L7,8.41" /></svg>
|
||||
|
After Width: | Height: | Size: 235 B |
@@ -343,7 +343,18 @@
|
||||
Padding="5"
|
||||
VerticalAlignment="Top">
|
||||
<Grid ColumnDefinitions="*, *" RowDefinitions="Auto, Auto">
|
||||
<TextBlock Grid.ColumnSpan="2" Text="{Binding DisplayLabel^}" />
|
||||
<Grid ColumnDefinitions="*, Auto" Grid.ColumnSpan="2">
|
||||
<TextBlock Text="{Binding DisplayLabel^}" />
|
||||
|
||||
<Button Command="{Binding Cancel}" Grid.Column="1">
|
||||
<Image
|
||||
Height="20"
|
||||
HorizontalAlignment="Left"
|
||||
Source="{SvgImage /Assets/material/close-octagon.svg}"
|
||||
VerticalAlignment="Center"
|
||||
Width="20" />
|
||||
</Button>
|
||||
</Grid>
|
||||
|
||||
<StackPanel
|
||||
Grid.Column="0"
|
||||
|
||||
Reference in New Issue
Block a user