SystemColors.WindowTextColorKey 属性

定义

为窗口工作区中文本的 Color 获取 ResourceKey

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

属性值

ResourceKey

窗口工作区中文本的 Color 的资源键。

注解

使用 WindowTextColorKey 创建对窗口文本系统颜色的动态引用。 如果颜色已更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 WindowTextColor

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅