SystemColors.WindowTextColor 屬性

定義

取得 Color 結構,這是視窗工作區中文字的色彩。

public:
 static property System::Windows::Media::Color WindowTextColor { System::Windows::Media::Color get(); };
public static System.Windows.Media.Color WindowTextColor { get; }
member this.WindowTextColor : System.Windows.Media.Color
Public Shared ReadOnly Property WindowTextColor As Color

屬性值

Color

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

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於