Class LinearDirection
Defines the speed dial action items (SpeedDialItems) display direction when Mode is Linear.
Inheritance
System.Object
LinearDirection
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LinearDirection : Enum
Fields
Auto
Speed dial action items are displayed vertically above or below the button of Speed Dial based on the Position.
Declaration
public const LinearDirection Auto
Field Value
Type |
---|
LinearDirection |
Remarks
If Position is TopRight, TopCenter, TopRight
, items are displayed vertically below button else above the button.
Down
Speed dial action items are displayed vertically below the button of Speed Dial.
Declaration
public const LinearDirection Down
Field Value
Type |
---|
LinearDirection |
Left
Speed dial action items are displayed horizontally on the button's left side.
Declaration
public const LinearDirection Left
Field Value
Type |
---|
LinearDirection |
Right
Speed dial action items are displayed horizontally on the button's right side.
Declaration
public const LinearDirection Right
Field Value
Type |
---|
LinearDirection |
Up
Speed dial action items are displayed vertically above the button of Speed Dial.
Declaration
public const LinearDirection Up
Field Value
Type |
---|
LinearDirection |