Click or drag to resize
DigitalRuneAnimationInstanceIsPaused Property
Gets a value indicating whether this animation instance 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 this animation instance (or any of its ancestors in the animation tree) is paused; otherwise, .
See Also