Windows Phone - 按钮/button 控件
2020-12-13 17:00
标签:style http ar os sp for div on 2014 详细说明:http://wp.662p.com/thread-7943-1-1.html Windows Phone - 按钮/button 控件 标签:style http ar os sp for div on 2014 原文地址:http://www.cnblogs.com/huasili/p/4088796.html
System.Windows.Controls.Button button控件
一、button控件的各种样式的展示
可以通过
……
来给控件定义公共的样式
调用样式的方法:在Button控件上添加样式的属性 Style="{StaticResource ButtonStyle1}"
Margin属性定义了Button控件的相对整体界面的于左上右下的距离。
Height控件的高度
Width控件的宽度
Content控件显示的内容
Click单击触发的事件
HorizontalAlignment水平位置
VerticalAlignment垂直位置
MainPage.xaml
上一篇:Java 之 Session
文章标题:Windows Phone - 按钮/button 控件
文章链接:http://soscw.com/index.php/essay/36663.html