Skip to main content

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

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

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