Enum FabMenuDirection
Specifies the direction in which a RadzenFabMenu expands its items.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum FabMenuDirection
Fields
Name | Description |
---|---|
Bottom | The menu items expand downward from the FAB button. |
End | The menu items expand to the end of the FAB button. |
Left | The menu items expand to the left of the FAB button. |
Right | The menu items expand to the right of the FAB button. |
Start | The menu items expand to the start of the FAB button. |
Top | The menu items expand upward from the FAB button. |