Skip to main content

IShapeAnimationParameters.EffectOptions Property

Gets or sets the transition direction and shape.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

ShapeEffectOptions EffectOptions { get; set; }

Property Value

Type Description
ShapeEffectOptions

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.

See Also