Skip to main content
All docs
V25.1
  • PushAnimationParameters.EffectOptions Property

    Gets or sets the transition direction.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [DefaultValue(PushEffectOptions.FromLeft)]
    public PushEffectOptions EffectOptions { get; set; }

    Property Value

    Type Default Description
    PushEffectOptions FromLeft

    A value that specifies the transition 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.

    Implements

    See Also