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

IPushAnimationParameters.EffectOptions Property

Gets or sets the animation direction.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

PushEffectOptions EffectOptions { get; set; }

Property Value

Type Description
PushEffectOptions

A value that specifies the animation direction.

Available values:

Name Description
FromLeft

The transition goes from the left edge.

FromTop

The transition goes from the top edge.

FromRight

The transition goes from the right edge.

FromBottom

The transition goes from the bottom edge.

The following code snippets (auto-collected from DevExpress Examples) contain references to the EffectOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also