SystemParameters.ToolTipFade Property

Definition

Gets a value indicating whether ToolTip animation uses a fade effect or a slide effect.

public:
 static property bool ToolTipFade { bool get(); };
public static bool ToolTipFade { [System.Security.SecurityCritical] get; }
public static bool ToolTipFade { get; }
[<get: System.Security.SecurityCritical>]
static member ToolTipFade : bool
static member ToolTipFade : bool
Public Shared ReadOnly Property ToolTipFade As Boolean

Property Value

true if a fade effect is used; false if a slide effect is used.

Attributes

Remarks

ToolTipAnimation must be enabled.

Maps to SPI_GETTOOLTIPFADE. See SystemParametersInfo.

XAML attribute usage

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

Applies to