SystemParameters.MinimizeAnimation Property

Definition

Gets the animation effects associated with user actions.

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

Property Value

true if the minimize window animations feature is enabled; otherwise, false.

Attributes

Remarks

The SPI_GETANIMATION system parameter gets an ANIMATIONINFO structure. If the iMinAnimate member of the structure is non-zero the minimize animation effects are enabled.

Maps to SPI_GETANIMATION. See SystemParametersInfo.

XAML attribute usage

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

Applies to