IClockAnimationParameters.EffectOptions Property
Gets or sets whether the transition goes clockwise or counterclockwise
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ClockEffectOptions | A ClockEffectOptions enumeration value that specifies the transition direction. |
Available values:
| Name | Description |
|---|---|
| Clockwise | The transition goes clockwise. |
| Counterclockwise | The transition goes counterclockwise. |
| Wedge | The transition goes in both directions: clockwise and counterclockwise. |
See Also