StartedEventArgs.Forward Property |
Gets a value indicating whether animation has been started in the forward or backward direction.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Forward { get; }
Public ReadOnly Property Forward As Boolean
Get
public:
property bool Forward {
bool get ();
}
member Forward : bool with get
Property Value
Type:
Boolean
See Also