ForwardAnimationState Property  | 
 
Gets or sets the current animation state.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected AnimationState State { get; set; }Protected Property State As AnimationState
	Get
	Set
protected:
property AnimationState State {
	AnimationState get ();
	void set (AnimationState value);
}member State : AnimationState with get, set
Property Value
Type: 
AnimationState
See Also