- 패내마외 & 좌상우하 |
<UserControl x:Class="RiaPaddingAndMargin.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"> <StackPanel Background="Pink" Margin="30" > <TextBlock Text="안쪽 바깥쪽 여백 표현" <Button x:Name="btnContent" <Button x:Name="btnResult" Content="좌상우하" <Button x:Name="btnResult1" Content="패내마외" <Button x:Name="btnResult2" Content="좌상우하" </StackPanel> </Grid> </UserControl> |
'.Net Project > SilverLight 3.0' 카테고리의 다른 글
10장) 실버라이트 클릭시 이벤트 처리(Event) (0) | 2009.11.25 |
---|---|
09장) 실버라이트 테두리(Border) (0) | 2009.11.25 |
07장) 실버라이트 DockPanel (0) | 2009.11.25 |
06장) 실버라이트 WrapPanel 과 StackPanel 비교 (0) | 2009.11.25 |
05장) 실버라이트 레이아웃_그리드 (Grid) (0) | 2009.11.25 |