SystemColors.InfoTextColorKey 属性

定义

获取 ToolTip 控件中文本 ColorResourceKey

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

属性值

ResourceKey

ToolTip 控件中文本的 Color的资源键。

注解

使用 InfoTextColorKey 创建对控件中 ToolTip 文本颜色的动态引用。 如果颜色已更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 InfoTextColor

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅