ForwardAnimationAnimatingForward Property |
Gets or sets a value indicating whether or not 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.2.419.0 (24.2.419.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