Spiga

随笔档案 - 2011年5月28日

Windows Phone StackPanel 布局示例

2011-05-28 16:33 by Yan YAN(闫妍), 130 visits, 网摘, 收藏, 编辑
摘要:效果 XAML 01: <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">02: <StackPanel Height="443" HorizontalAlignment="Left" Margin="20,45,0,0" Name="stackPanel1" 03: VerticalAlignment="Top" Widt... 阅读全文

Windows Phone Canvas

2011-05-28 15:27 by Yan YAN(闫妍), 187 visits, 网摘, 收藏, 编辑
摘要:效果 XAML 01: <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">02: <Canvas Name="canvas1" HorizontalAlignment="Center" 03: VerticalAlignment="Top" Width="400" Height="400">04: <Ellipse Name=... 阅读全文

Windows Phone Grid 布局实例

2011-05-28 12:37 by Yan YAN(闫妍), 222 visits, 网摘, 收藏, 编辑
摘要:01: <phone:PhoneApplicationPage 02: x:Class="Demos7.GridDemo"03: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"04: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"05: xmlns:ph... 阅读全文