Back to Devexpress

TransitionManager Properties

windowsforms-devexpress-dot-utils-dot-animation-dot-transitionmanager-dot-underscore-properties.md

latest3.6 KB
Original Source

TransitionManager Properties

Allows you to implement animated transitions between control states.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FrameCountGets or sets the number of animation frames.
FrameIntervalGets or sets the time between animation frames, in special units.
IsDisposingGets whether the TransitionManager is being disposed of.
IsTransitionGets whether an animated transition between the start and end control states is in progress.
ShowWaitingIndicatorGets or sets whether the wait/load indicator is displayed during animation.
SiteGets or sets the ISite of the Component. Inherited from Component.
TransitionsProvides access to the collection of control state transitions.
UseDirectXPaintGets or sets whether the DirectX Hardware Acceleration is enabled for this Transition Manager.

See Also

TransitionManager Class

TransitionManager Members

DevExpress.Utils.Animation Namespace