Edit

Share via


AnimationSetState Enum

Definition

States of AnimationSet.

public enum AnimationSetState
type AnimationSetState = 
Public Enum AnimationSetState
Inheritance
AnimationSetState

Fields

Completed 3

The animation had completed

NotStarted 0

The animation has not been started

Running 1

The animation has been started and is in progress

Stopped 2

The animation has been started and is stopped

Applies to