IShapeAnimationParameters.EffectOptions Property
Gets or sets the transition direction and shape.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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