menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FabPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FabPosition

    Specifies the positional options for the SfFab component relative to its Target container or the viewport.

    Inheritance
    System.Object
    FabPosition
    Namespace: Syncfusion.Blazor.Buttons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FabPosition : Enum
    Remarks

    Use this enumeration with the Position property to select where the FAB appears in relation to the target element or browser viewport.

    Fields

    BottomCenter

    Positions the FAB at the bottom-center of the target.

    Declaration
    public const FabPosition BottomCenter
    Field Value
    Type
    FabPosition

    BottomLeft

    Positions the FAB at the bottom-left corner of the target.

    Declaration
    public const FabPosition BottomLeft
    Field Value
    Type
    FabPosition

    BottomRight

    Positions the FAB at the bottom-right corner of the target.

    Declaration
    public const FabPosition BottomRight
    Field Value
    Type
    FabPosition

    MiddleCenter

    Positions the FAB in the absolute center of the target.

    Declaration
    public const FabPosition MiddleCenter
    Field Value
    Type
    FabPosition

    MiddleLeft

    Positions the FAB in the middle of the target's left side.

    Declaration
    public const FabPosition MiddleLeft
    Field Value
    Type
    FabPosition

    MiddleRight

    Positions the FAB in the middle of the target's right side.

    Declaration
    public const FabPosition MiddleRight
    Field Value
    Type
    FabPosition

    TopCenter

    Positions the FAB at the top-center of the target.

    Declaration
    public const FabPosition TopCenter
    Field Value
    Type
    FabPosition

    TopLeft

    Positions the FAB at the top-left corner of the target.

    Declaration
    public const FabPosition TopLeft
    Field Value
    Type
    FabPosition

    TopRight

    Positions the FAB at the top-right corner of the target.

    Declaration
    public const FabPosition TopRight
    Field Value
    Type
    FabPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved