2011年5月28日
摘要: 效果 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... 阅读全文
posted @ 2011-05-28 16:33 冯瑞涛 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 效果 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=... 阅读全文
posted @ 2011-05-28 15:27 冯瑞涛 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2011-05-28 12:37 冯瑞涛 阅读(759) 评论(0) 推荐(0) 编辑