DevExpress.Utils.Animation Namespace
Contains controls supporting animation effects.
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Classes
| Name | Description |
|---|---|
| AnimationParameters | Represents parameters that specify a transition. |
| BaseTransition | A base class for transitions. |
| ClockAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the clock effect. |
| ClockTransition | Represents a transition from one screen to another with the clock effect. |
| CombAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the comb effect. |
| CombTransition | Represents a transition from one screen to another with the comb effect. |
| CoverTransition | Represents a transition from one screen to another with the cover effect. |
| DissolveTransition | Represents a transition from one screen to another with the dissolve effect. |
| FadeTransition | Represents a transition from one screen to another with the fade effect. |
| PushAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the push effect. |
| PushFadeTransition | Represents a transition from one screen to another with the push and fade effects. |
| PushTransition | Represents a transition from one screen to another with the push effect. |
| SegmentedFadeTransition | Represents a transition from one screen to another with the segmented fade effect. |
| ShapeAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the shape effect. |
| ShapeTransition | Represents a transition from one screen to another with the shape effect. |
| SlideFadeAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the slide and fade effects. |
| SlideFadeTransition | Represents a transition from one screen to another with the slide and fade effects. |
| SlideTransition | Represents a transition from one screen to another with the slide effect. |
| Transition | An object that animates the target control. |
| TransitionManager | Allows you to implement animated transitions between control states. |
| ZoomTransition | A DirectX-based transition that animates navigation between application layers. |
| ZoomTransitionSettings | Stores core ZoomTransition settings: animation bounds and direction. |
Interfaces
| Name | Description |
|---|---|
| IAnimationParameters | Contains parameters applied to the associated animation. |
| IClockAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the clock effect. |
| ICombAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the comb effect. |
| IPushAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the push effect. |
| IShapeAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the shape effect. |
| ISlideFadeAnimationParameters | Provides access to parameters that specify the transition that changes one screen to another with the slide and fade effects. |
Enums
| Name | Description |
|---|---|
| ClockEffectOptions | Enumerates values that specify the transition direction. |
| CoverEffectOptions | Enumerates values that specify the cover effect. |
| PushEffectOptions | Enumerates values that specify the transition direction. |
| ShapeEffectOptions | Enumerates values that specify the transition direction and shape. |
| ZoomTransitionDirection | Enumerates values that specify the transition direction. |