SystemParameters.MenuAnimation Свойство

Определение

Получает значение, показывающее, включена ли возможность анимации меню.

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

Значение свойства

Значение true, если анимация меню включена. В противном случае — значение false.

Атрибуты

Комментарии

Сопоставляется с SPI_GETMENUANIMATION. См. раздел SystemParametersInfo.

Использование атрибутов XAML

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

Применяется к