port from perforce
This commit is contained in:
11
intromat/Intromat/Views/DxView.xaml
Normal file
11
intromat/Intromat/Views/DxView.xaml
Normal file
@@ -0,0 +1,11 @@
|
||||
<Grid x:Class="Intromat.Views.DxView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<Canvas MinWidth="64" MinHeight="64">
|
||||
<Image x:Name="_swapChainImage" Opacity="1.0" />
|
||||
</Canvas>
|
||||
</Grid>
|
||||
Reference in New Issue
Block a user