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.
重複の可能性: なぜ WPF テーマは SystemColors を使用しないのですか?
私はアプリケーションを構築し、テキスト/テキストボックス/背景などのすべてではないにしてもほとんどの色を手動で定義しました。そのようなシナリオでまだ視覚的に使用できますか?
一番いいのは、デフォルトに触れないことです。ただし、次のように、XAML ファイルでもシステム カラーを使用できます。
Background="{StaticResource {x:Static SystemColors.ActiveCaptionBrushKey}}"