Back to Devexpress

DevExpress.Utils.Animation Namespace

windowsforms-devexpress-dot-utils-4f5ab6ee.md

latest6.1 KB
Original Source

DevExpress.Utils.Animation Namespace

Contains controls supporting animation effects.

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Classes

NameDescription
AnimationParametersRepresents parameters that specify a transition.
BaseTransitionA base class for transitions.
ClockAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the clock effect.
ClockTransitionRepresents a transition from one screen to another with the clock effect.
CombAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the comb effect.
CombTransitionRepresents a transition from one screen to another with the comb effect.
CoverTransitionRepresents a transition from one screen to another with the cover effect.
DissolveTransitionRepresents a transition from one screen to another with the dissolve effect.
FadeTransitionRepresents a transition from one screen to another with the fade effect.
PushAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the push effect.
PushFadeTransitionRepresents a transition from one screen to another with the push and fade effects.
PushTransitionRepresents a transition from one screen to another with the push effect.
SegmentedFadeTransitionRepresents a transition from one screen to another with the segmented fade effect.
ShapeAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the shape effect.
ShapeTransitionRepresents a transition from one screen to another with the shape effect.
SlideFadeAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the slide and fade effects.
SlideFadeTransitionRepresents a transition from one screen to another with the slide and fade effects.
SlideTransitionRepresents a transition from one screen to another with the slide effect.
TransitionAn object that animates the target control.
TransitionManagerAllows you to implement animated transitions between control states.
ZoomTransitionA DirectX-based transition that animates navigation between application layers.
ZoomTransitionSettingsStores core ZoomTransition settings: animation bounds and direction.

Interfaces

NameDescription
IAnimationParametersContains parameters applied to the associated animation.
IClockAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the clock effect.
ICombAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the comb effect.
IPushAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the push effect.
IShapeAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the shape effect.
ISlideFadeAnimationParametersProvides access to parameters that specify the transition that changes one screen to another with the slide and fade effects.

Enums

NameDescription
ClockEffectOptionsEnumerates values that specify the transition direction.
CoverEffectOptionsEnumerates values that specify the cover effect.
PushEffectOptionsEnumerates values that specify the transition direction.
ShapeEffectOptionsEnumerates values that specify the transition direction and shape.
ZoomTransitionDirectionEnumerates values that specify the transition direction.