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}"/>

적용 대상