Transition Properties
An object that animates the target control.| Name | Description |
|---|---|
| BarWaitingIndicatorProperties | Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Bar”. |
| Control | Gets or sets the control whose navigation is animated by this Transition object. |
| EasingMode | Gets or sets the mathematical algorithm that specifies the speed and acceleration mode for the Transition animation effects. |
| LineWaitingIndicatorProperties | Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Line”. |
| RingWaitingIndicatorProperties | Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Ring”. |
| ShowWaitingIndicator | Gets or sets whether this Transition should display a waiting indicator until its animation starts. Use the WaitingAnimatorType property to specify the waiting indicator type. |
| TransitionType | Gets or sets the type of animation effect applied by this Transition. This property accepts “…Transition” objects from the DevExpress.Utils.Animation namespace. |
| WaitingAnimatorType | Gets or sets the Wait Indicator type - bar, ring, or line. Wait Indicators are visible when the ShowWaitingIndicator property is enabled. |
| WaitingIndicatorProperties | Provides access to common Wait Indicator settings. Wait Indicators are visible when the ShowWaitingIndicator property is enabled. |
See Also