ForwardAnimationAnimatingForward Property |
Gets or sets a value indicating whether animation is in the forward direction.
If , animation is going backwards.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax protected bool AnimatingForward { get; set; }
Protected Property AnimatingForward As Boolean
Get
Set
protected:
property bool AnimatingForward {
bool get ();
void set (bool value);
}
member AnimatingForward : bool with get, set
Property Value
Type:
BooleanSee Also