标签: wpf button styles preserve
给出一个按钮:
<Button xml:space="preserve"> Send </Button>
如何将所有按钮设置为样式?
<Style TargetType="{x:Type Button}"> <Style.Setters> <Setter Property="Background" Value="LightGray"/> </Style.Setters> </Style>