Enum LinearDirection
Determines the direction in which speed dial action items (SpeedDialItems) are positioned, when Mode is Linear.
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LinearDirection
Remarks
Controls whether items are stacked above, below, left, right, or automatically determined based on speed dial position on the screen.
Examples
Example showing Up:
<SfSpeedDial Mode="SpeedDialMode.Linear" Direction="LinearDirection.Up" />
Fields
| Name | Description |
|---|---|
| Auto | Speed dial items display vertically above or below the button based on the Position. |
| Down | Speed dial items appear vertically below the main speed dial button. |
| Left | Speed dial items appear horizontally on the left side of the main speed dial button. |
| Right | Speed dial items appear horizontally on the right side of the main speed dial button. |
| Up | Speed dial items appear vertically above the main speed dial button. |