Skip to main content
A newer version of this page is available. .

ClockAnimationParameters.EffectOptions Property

Gets or sets whether the transition goes clockwise or counterclockwise.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

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