|
|
|
@ -20,6 +20,14 @@ |
|
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
<Border BorderThickness="{Binding FrameThickness}" BorderBrush="{Binding FrameColor}"/> |
|
|
|
|
|
|
|
|
|
<Button x:Name="btnCapture" Grid.Row="1" Content="Capture" Click="btnCapture_Click"/> |
|
|
|
|
<Grid Grid.Row="1"> |
|
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
|
<ColumnDefinition Width="{Binding CloseButtonWidth}"/> |
|
|
|
|
<ColumnDefinition Width="*"/> |
|
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
|
<Button x:Name="btnClose" Grid.Column="0" Content="❎" Click="btnClose_Click"/> |
|
|
|
|
<Button x:Name="btnCapture" Grid.Column="1" Content="Capture" Click="btnCapture_Click"/> |
|
|
|
|
</Grid> |
|
|
|
|
</Grid> |
|
|
|
|
</Window> |
|
|
|
|