SystemColors.HighlightTextColorKey 属性

定义

为选定项文本的 Color 获取 ResourceKey

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

属性值

选定项文本的 Color 的资源键。

注解

HighlightTextColorKey使用 创建对突出显示文本系统颜色的动态引用。 如果颜色发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 HighlightTextColor

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅