| AnimationInstanceIsPaused Property |
Gets a value indicating whether this animation instance is paused.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool IsPaused { get; }
Public ReadOnly Property IsPaused As Boolean
Get
public:
property bool IsPaused {
bool get ();
}
member IsPaused : bool with get
Property Value
Type:
Boolean if this animation instance (or any of its ancestors in the animation
tree) is paused; otherwise,
.
See Also