Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定一个按钮:
<Button xml:space="preserve"> Send </Button>
如何将所有按钮设置为样式?
<Style TargetType="{x:Type Button}"> <Style.Setters> <Setter Property="Background" Value="LightGray"/> </Style.Setters> </Style>