| AnimationInstanceState Property |
Gets the current state of the animation.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public AnimationState State { get; }
Public ReadOnly Property State As AnimationState
Get
public:
property AnimationState State {
AnimationState get ();
}
member State : AnimationState with get
Property Value
Type:
AnimationStateThe current state of the animation.
See Also