Enum LinearDirection
Defines the speed dial action items display direction when mode is Linear.
Namespace: Syncfusion.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public enum LinearDirection
Fields
Name | Description |
---|---|
Auto | Speed dial action items are displayed vertically above or below the button of Speed Dial based on the position. If Position is TopRight, TopLeft, TopCenter, the items are displayed vertically below the button else above the button. |
Down | Speed dial action items are displayed vertically below the button of Speed Dial. |
Left | Speed dial action items are displayed horizontally on the button's left side. |
Right | Speed dial action items are displayed horizontally on the button's right side. |
Up | Speed dial action items are displayed vertically above the button of Speed Dial. |