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

속성 값

메뉴 애니메이션을 사용하도록 설정하면

특성

설명

SPI_GETMENUANIMATION 매핑합니다. SystemParametersInfo를 참조하세요.

XAML 속성 사용

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

적용 대상