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

PushEffectOptions Enum

Enumerates values that specify the transition direction.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public enum PushEffectOptions

Members

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.

Related API Members

The following properties accept/return PushEffectOptions values:

Remarks

The PushEffectOptions type is used to specify the PushTransition.Parameters.EffectOptions property.

See Also