ForwardAnimationIsAnimating Property |
Gets whether or not animation is playing.
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 override bool IsAnimating { get; }
Public Overrides ReadOnly Property IsAnimating As Boolean
Get
public:
virtual property bool IsAnimating {
bool get () override;
}
abstract IsAnimating : bool with get
override IsAnimating : bool with get
Property Value
Type:
BooleanSee Also