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 屬性使用方式

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

XAML 值

x:靜態x:靜態標記擴充功能

適用於