SystemColors.InactiveCaptionTextBrush プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非アクティブなウィンドウのタイトル バーのテキストの色である SolidColorBrush を取得します。
public:
static property System::Windows::Media::SolidColorBrush ^ InactiveCaptionTextBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush InactiveCaptionTextBrush { get; }
member this.InactiveCaptionTextBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property InactiveCaptionTextBrush As SolidColorBrush
プロパティ値
非アクティブなウィンドウのタイトル バーのテキストの色。
注釈
XAML 属性の使用方法
<object property="{x:Static SystemColors.InactiveCaptionTextBrush}"/>
XAML 値
x:Static
x:Static マークアップ拡張機能。