2009. 11. 26. 13:35
.Net Project/SilverLight 3.0
반응형
- Images Image, ImageBrush 객체를 사용하여 이미지 삽입 - Images 화면 표시 |
<UserControl x:Class="RiaImage.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="Silver" Height="300" Width="400"> <Image Source="/RiaImage;component/images/img.jpg" Margin="30" Stretch="UniformToFill"></Image> </Grid> </UserControl> |
반응형
'.Net Project > SilverLight 3.0' 카테고리의 다른 글
13장) 실버라이트 단순 기하 도형 (LineGemoetry) (0) | 2009.11.26 |
---|---|
12장) 실버라이트 동영상 처리 (MediaElement) (0) | 2009.11.26 |
10장) 실버라이트 클릭시 이벤트 처리(Event) (0) | 2009.11.25 |
09장) 실버라이트 테두리(Border) (0) | 2009.11.25 |
08장) 실버라이트 Padding 과 Margin 사용방법 (0) | 2009.11.25 |