摘要:
StackPanel为容器控件,可与DockPanel进行比较,下面为常用属性示例1.Orientation属性用法与web控件中的DatList的RepeatDirection属性相同2.HorizontalAlignment和VerticalAlignment效果 (1)全局<StackPanel HorizontalAlignment="Left" Orientation="Vertical"> <Button>Button One</Button> <Button>Button Two</Bu 阅读全文
posted @ 2012-11-09 15:16
星羽
阅读(1273)
评论(0)
推荐(0)
摘要:
序号控件名说明示例1Rectangle填充页面,比如设置页面的分割线,填充指定范围<Grid Margin="0,5"> <Rectangle Fill="Black" VerticalAlignment="Top" Height="1"/></Grid>上面的示例中,说明利用rectangle控件在页面上增加分割线 阅读全文
posted @ 2012-11-09 13:45
星羽
阅读(343)
评论(0)
推荐(0)
浙公网安备 33010602011771号