ClockAnimationParameters.EffectOptions Property
Gets or sets whether the transition goes clockwise or counterclockwise.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(ClockEffectOptions.Clockwise)]
public ClockEffectOptions EffectOptions { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ClockEffectOptions | Clockwise | A 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. |
Implements
See Also