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 Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於