SystemParameters.MinimizeAnimation 속성

정의

사용자 작업과 연결된 애니메이션 효과를 가져옵니다.

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

속성 값

창 애니메이션 최소화 기능을 사용하도록 설정하면

특성

설명

SPI_GETANIMATION 시스템 매개 변수는 ANIMATIONINFO 구조를 가져옵니다. 구조체의 iMinAnimate 멤버가 0이 아니면 최소화 애니메이션 효과가 활성화됩니다.

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

XAML 속성 사용

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

적용 대상