9 lines
380 B
XML
9 lines
380 B
XML
<Window x:Class="Demo6.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="MainWindow" Height="250" Width="330" Loaded="Window_Loaded">
|
|
<StackPanel Orientation="Horizontal">
|
|
<Image Name="imgDepth" Width="320" Height="240" />
|
|
</StackPanel>
|
|
</Window>
|