摘要:
StackPanel为容器控件,可与DockPanel进行比较,下面为常用属性示例1.Orientation属性用法与web控件中的DatList的RepeatDirection属性相同2.HorizontalAlignment和VerticalAlignment效果 (1)全局<StackPanel HorizontalAlignment="Left" Orientation="Vertical"> <Button>Button One</Button> <Button>Button Two</Bu 阅读全文
摘要:
序号控件名说明示例1Rectangle填充页面,比如设置页面的分割线,填充指定范围<Grid Margin="0,5"> <Rectangle Fill="Black" VerticalAlignment="Top" Height="1"/></Grid>上面的示例中,说明利用rectangle控件在页面上增加分割线 阅读全文