SystemColors.WindowTextBrush 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示窗口工作区中文本颜色的 SolidColorBrush。
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 属性用法
<object property="{x:Static SystemColors.WindowTextBrush}"/>
XAML 值
x:Static
x:Static 标记扩展。