SystemParameters.ToolTipPopupAnimationKey Property

Definition

Gets the ResourceKey for the ToolTipPopupAnimation property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.ToolTipPopupAnimationKey}"/>

Applies to