SystemColors.ControlTextBrush 屬性

定義

取得代表三維顯示項目文字色彩的 SolidColorBrush

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

屬性值

三維顯示項目的文字色彩。

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於