Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public ZoomTransitionDirection Direction { get; set; }

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
.ActiveSettings.Direction

Remarks

See this GitHub example for more information.

See Also