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.
同じタイプのすべてのコントロール (ボタンなど) にスタイルを適用する方法は? Control が XAML で宣言されるたびにスタイルを指定せずに。つまり、すべてのボタンに対して一度スタイルを指定したいのです。出来ますか?
キーなしで置くだけ
<Style TargetType="{x:Type Button}"> </Style>