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>