MinimalForwardAnimationIsAnimating Property |
Gets whether or not animation is playing.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic abstract bool IsAnimating { get; }Public MustOverride ReadOnly Property IsAnimating As Boolean
Get
public:
virtual property bool IsAnimating {
bool get () abstract;
}abstract IsAnimating : bool with get
Property Value
Type:
Boolean
See Also