ForwardAnimationIsStopped Property |
Gets whether or not animation is stopped.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual bool IsStopped { get; }
Public Overridable ReadOnly Property IsStopped As Boolean
Get
public:
virtual property bool IsStopped {
bool get ();
}
abstract IsStopped : bool with get
override IsStopped : bool with get
Property Value
Type:
BooleanSee Also