Share via


AnimationStopBehavior Enum

Definition

Specifies the behavior of an animation when it stops.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum AnimationStopBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum AnimationStopBehavior
Inheritance
AnimationStopBehavior
Attributes

Fields

Name Value Description
LeaveCurrentValue 0

Leave the animation at its current value.

SetToInitialValue 1

Reset the animation to its initial value.

SetToFinalValue 2

Set the animation to its final value.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also