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

    Gets or sets the transition direction and shape.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [DefaultValue(ShapeEffectOptions.CircleIn)]
    public ShapeEffectOptions EffectOptions { get; set; }

    Property Value

    Type Default Description
    ShapeEffectOptions CircleIn

    A value that specifies the transition direction and shape.

    Available values:

    Name Description
    CircleIn

    The transition goes inside-out as a circle.

    CircleOut

    The transition goes outside-in as a circle.

    In

    The transition goes inside-out as a rectangle.

    Out

    The transition goes outside-in as a rectangle.

    Implements

    See Also