SystemParameters.ToolTipPopupAnimation Property

Definition

Gets the system value of the PopupAnimation property for ToolTips.

public:
 static property System::Windows::Controls::Primitives::PopupAnimation ToolTipPopupAnimation { System::Windows::Controls::Primitives::PopupAnimation get(); };
public static System.Windows.Controls.Primitives.PopupAnimation ToolTipPopupAnimation { get; }
static member ToolTipPopupAnimation : System.Windows.Controls.Primitives.PopupAnimation
Public Shared ReadOnly Property ToolTipPopupAnimation As PopupAnimation

Property Value

A system value for the pop-up animation property.

Remarks

XAML attribute usage

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

Applies to