| AnimationControllerIsPaused Property |
Gets a value indicating whether the animation 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 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