摘要:
空样式按钮<Style x:Key="EmptyButtonStyle" TargetType="Button"> <Setter Property="Padding" Value="0"/> <Setter Property="FocusVisualStyle" Value="{x:Null}"/> <Setter Property="Template"> <Setter.Value> < 阅读全文
摘要:
<Style x:Key="SimpleComboBox" TargetType="{x:Type ComboBox}"> <Setter Property="SnapsToDevicePixels" Value="true"/> <Setter Property="ItemContainerStyle" Value="{DynamicResource SimpleComboBoxItem}" /> <Setter Property= 阅读全文