AnimationDirection Enum

Definition

Specifies the play direction of an animation.

public enum class AnimationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class AnimationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class AnimationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum AnimationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum AnimationDirection
var value = Microsoft.UI.Composition.AnimationDirection.normal
Public Enum AnimationDirection
Inheritance
AnimationDirection
Attributes

Fields

Alternate 2

Alternate between normal and reverse playback.

AlternateReverse 3

Alternate between reverse and normal playback.

Normal 0

Play the animation from start to end.

Reverse 1

Play the animation in reverse from end to start.

Applies to