ZoomTransitionSettings.Direction Property
Specifies whether a ZoomTransition that owns this ZoomTransitionSettings object should play the “zoom in” or “zoom out” animation.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ZoomTransitionDirection | A ZoomTransitionDirection enumeration value that specifies the animation direction. |
Available values:
| Name | Description |
|---|---|
| ZoomIn | The transition goes with the zoom-in effect. |
| ZoomOut | The transition goes with the zoom-out effect. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to Direction |
|---|---|
| ZoomTransition |
|
Remarks
See this GitHub example for more information.
See Also