Class RadialDirection
Defines the speed dial action items order, when mode is Radial.
Inheritance
System.Object
    RadialDirection
  Namespace: Syncfusion.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class RadialDirection : Enum
  Fields
AntiClockwise
SpeedDial items are shown in anti-clockwise direction.
Declaration
public const RadialDirection AntiClockwise
  Field Value
| Type | 
|---|
| RadialDirection | 
Auto
SpeedDial items are shown clockwise or anti-clockwise based on the position.
Declaration
public const RadialDirection Auto
  Field Value
| Type | 
|---|
| RadialDirection | 
Clockwise
SpeedDial items are arranged in clockwise direction.
Declaration
public const RadialDirection Clockwise
  Field Value
| Type | 
|---|
| RadialDirection |