System.Windows.Controls.Button button控件 一、button控件的各种样式的展示 可以通过 …… 来给控件定义公共的样式 调用样式的方法:在Button控件上添加样式的属性 Style="{StaticResource ButtonStyle1}" Margin属性定义了Button控件的相对整体界面的于左上右下的距离。 Height控件的高度 Width控件的宽度 Content控件显示的内容 Click单击触发的事件 HorizontalAlignment水平位置 VerticalAlignment垂直位置 <ignore_js_op> MainPage.xaml |