SystemBrushes.WindowText 属性

定义

获取表示窗口工作区中文本颜色的 SolidBrushGets a SolidBrush that is the color of the text in the client area of a window.

public:
 static property System::Drawing::Brush ^ WindowText { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush WindowText { get; }
member this.WindowText : System.Drawing.Brush
Public Shared ReadOnly Property WindowText As Brush

属性值

Brush

一个 SolidBrush,它是窗口工作区中文本的颜色。A SolidBrush that is the color of the text in the client area of a window.

适用于