markus / KCOM / Controls / CommantImage.xaml @ 5a9353a9
이력 | 보기 | 이력해설 | 다운로드 (890 Bytes)
1 | 787a4489 | KangIngu | <UserControl x:Class="KCOM.Controls.CommantImage" |
---|---|---|---|
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
4 | xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
||
5 | xmlns:gridView="clr-namespace:Telerik.Windows.Controls.GridView;assembly=Telerik.Windows.Controls.GridView" |
||
6 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||
7 | xmlns:common="clr-namespace:KCOM.Common" |
||
8 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
||
9 | xmlns:local="clr-namespace:KCOM.Controls" |
||
10 | mc:Ignorable="d" |
||
11 | d:DesignHeight="500" d:DesignWidth="500"> |
||
12 | <Grid>
|
||
13 | <Image Width="500" Height="500" Grid.Row="0" Grid.Column="0" x:Name="MainImg"></Image> |
||
14 | </Grid>
|
||
15 | </UserControl> |