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

ClockEffectOptions Enum

Enumerates values that specify the transition direction.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public enum ClockEffectOptions

Members

Name Description
Clockwise

The transition goes clockwise.

Counterclockwise

The transition goes counterclockwise.

Wedge

The transition goes in both directions: clockwise and counterclockwise.

Related API Members

The following properties accept/return ClockEffectOptions values:

Remarks

The ClockEffectOptions type is used to specify the ClockTransition.Parameters.EffectOptions property.

See Also