SystemColors.InfoTextColorKey Property

Definition

Gets the ResourceKey for the Color of the text in a ToolTip control.

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

Property Value

The resource key for the Color of the text in a ToolTip control.

Remarks

Use the InfoTextColorKey to create a dynamic reference to the color of the text in a ToolTip control. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use InfoTextColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also