SystemColors.InactiveCaptionTextBrush プロパティ

定義

非アクティブなウィンドウのタイトル バーのテキストの色である 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

プロパティ値

SolidColorBrush

非アクティブなウィンドウのタイトル バーのテキストの色。

注釈

XAML 属性の使用方法

<object property="{x:Static SystemColors.InactiveCaptionTextBrush}"/>  

XAML 値

x:Static
x:Static マークアップ拡張機能

適用対象