Class RadialDirection
Defines the speed dial action items (SpeedDialItems) order, when Mode is Radial.
Inheritance
System.Object
RadialDirection
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.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 |