Enum FabPosition
Specifies the positional options for the SfFab component relative to its Target container or the viewport.
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FabPosition
Remarks
Use this enumeration with the Position property to select where the FAB appears in relation to the target element or browser viewport.
Fields
| Name | Description |
|---|---|
| BottomCenter | Positions the FAB at the bottom-center of the target. |
| BottomLeft | Positions the FAB at the bottom-left corner of the target. |
| BottomRight | Positions the FAB at the bottom-right corner of the target. |
| MiddleCenter | Positions the FAB in the absolute center of the target. |
| MiddleLeft | Positions the FAB in the middle of the target's left side. |
| MiddleRight | Positions the FAB in the middle of the target's right side. |
| TopCenter | Positions the FAB at the top-center of the target. |
| TopLeft | Positions the FAB at the top-left corner of the target. |
| TopRight | Positions the FAB at the top-right corner of the target. |