Click or drag to resize
DigitalRuneAnimationControllerState Property
Gets the current state of the animation.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public AnimationState State { get; }

Property Value

Type: AnimationState
The current state of the animation. (The property returns Stopped if the animation instance has already been recycled and the animation controller is no longer valid.)
See Also