Click or drag to resize
DigitalRuneAnimationControllerIsPaused Property
Gets a value indicating whether the animation is paused.

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

Property Value

Type: Boolean
if the animation is paused; otherwise, . (The property returns if the animation instance has already been recycled and the animation controller is no longer valid.)
See Also