SystemParameters.MenuAnimation Vlastnost

Definice

Získá hodnotu označující, zda je povolena funkce animace nabídky.

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

Hodnota vlastnosti

truepokud je povolena animace nabídky; v opačném případě . false

Atributy

Poznámky

Mapuje se na SPI_GETMENUANIMATION. Viz SystemParametersInfo.

Použití atributu XAML

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

Platí pro