SystemColors.WindowTextBrush 屬性

定義

取得 SolidColorBrush,其為視窗工作區中 (client area) 文字的色彩。

public:
 static property System::Windows::Media::SolidColorBrush ^ WindowTextBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush WindowTextBrush { get; }
static member WindowTextBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property WindowTextBrush As SolidColorBrush

屬性值

視窗工作區中文字的色彩。

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於