摘要: 1:image button样式 <Style x:Key="Button.File" TargetType="Button"> <Setter Property="Cursor" Value="Hand"></Setter> <Setter Property="Template" > <Sette 阅读全文
posted @ 2017-07-19 18:45 by-lhc 阅读(908) 评论(0) 推荐(0)
摘要: 1:icon button样式 <Style x:Key="IconButton" TargetType="{x:Type Button}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Ty 阅读全文
posted @ 2017-07-19 14:27 by-lhc 阅读(633) 评论(0) 推荐(0)