SystemColors.WindowTextBrushKey 属性

定义

SolidColorBrush 获取 ResourceKey,前者在窗口客户端区域中绘制文本。

public:
 static property System::Windows::ResourceKey ^ WindowTextBrushKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey WindowTextBrushKey { get; }
member this.WindowTextBrushKey : System.Windows.ResourceKey
Public Shared ReadOnly Property WindowTextBrushKey As ResourceKey

属性值

ResourceKey

用于在窗口的客户端区域中绘制文本的 SolidColorBrush 的资源键。 此画笔的 IsFrozen 属性为 true,因此不能修改它。

注解

使用 WindowTextBrushKey 创建对画笔的动态引用,该画笔在窗口的工作区中绘制文本。 如果画笔发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 WindowTextBrush

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅