Button控件
<ButtonContent="这是一个按钮"></Button><!--使用TextBox控件作为Button控件的Content属性值--><Button><Button.Content><TextBoxText="这是一个按钮"></TextBox></Button.Content></Button><!--使用Rectangle对象作为Button控件的Content属性值--><Button><Button.Content><RectangleFill="Blue"Width="120"Height="100"></Rectangle></Button.Content></Button><!--使用Image控件作为Button控件的Content属性值--><Button><ImageSource="1.jpg"Height="100"></Image></Button>
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。