Animation modes.
| C# | Visual Basic | Visual C++ |
public enum AgGxAnimationMode
Public Enumeration AgGxAnimationMode
public enum class AgGxAnimationMode
| Member | Description |
|---|---|
| AnimationModeNormal |
The animation will run between the interval
defined by the StartTime and EndTime properties.
|
| AnimationModeRealTime |
The animation will run in real time in
accordance with the computer's internal clock.
|
| AnimationModeXRealTime |
The animation will run at a multiple of real
time. Use the RealTimeMultiplier property to set the
multiplier.
|
Assembly: AGI.UI.Controls.Graphics.Interop(Module: AGI.UI.Controls.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)