Transition Members
In This Article
#Constructors
Name | Description |
---|---|
Transition() | Initializes a new Transition instance with the default settings. |
#Properties
Name | Description |
---|---|
Bar |
Provides access to Bar indicator settings. This indicator is active when the Waiting |
Control | Gets or sets the control whose navigation is animated by this Transition object. |
Easing |
Gets or sets the mathematical algorithm that specifies the speed and acceleration mode for the Transition animation effects. |
Line |
Provides access to Bar indicator settings. This indicator is active when the Waiting |
Ring |
Provides access to Bar indicator settings. This indicator is active when the Waiting |
Show |
Gets or sets whether this Transition should display a waiting indicator until its animation starts. Use the Waiting |
Transition |
Gets or sets the type of animation effect applied by this Transition. This property accepts “…Transition” objects from the DevExpress. |
Waiting |
Gets or sets the Wait Indicator type - bar, ring, or line. Wait Indicators are visible when the Show |
Waiting |
Provides access to common Wait Indicator settings. Wait Indicators are visible when the Show |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also