SystemParameters.MenuFade Property

Definition

Gets a value indicating whether menu fade animation is enabled.

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

Property Value

Boolean

true when fade animation is enabled; otherwise, false.

Attributes

Remarks

If fade animation is disabled, menus use slide animation. This flag is ignored unless menu animation is enabled.

Maps to SPI_GETMENUFADE. See SystemParametersInfo.

XAML Attribute Usage

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

Applies to