menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FabPosition - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FabPosition

    Defines the position of FAB (Floating Action Button) in target.

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

    Fields

    BottomCenter

    Places the FAB on the bottom-center position of the target.

    Declaration
    public const FabPosition BottomCenter
    Field Value
    Type
    FabPosition

    BottomLeft

    Positions the FAB at the target's bottom left corner.

    Declaration
    public const FabPosition BottomLeft
    Field Value
    Type
    FabPosition

    BottomRight

    Positions the FAB at the target's bottom right corner.

    Declaration
    public const FabPosition BottomRight
    Field Value
    Type
    FabPosition

    MiddleCenter

    Positions the FAB in the center of target.

    Declaration
    public const FabPosition MiddleCenter
    Field Value
    Type
    FabPosition

    MiddleLeft

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

    Declaration
    public const FabPosition MiddleLeft
    Field Value
    Type
    FabPosition

    MiddleRight

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

    Declaration
    public const FabPosition MiddleRight
    Field Value
    Type
    FabPosition

    TopCenter

    Places the FAB on the top-center position of the target.

    Declaration
    public const FabPosition TopCenter
    Field Value
    Type
    FabPosition

    TopLeft

    Positions the FAB at the target's top left corner.

    Declaration
    public const FabPosition TopLeft
    Field Value
    Type
    FabPosition

    TopRight

    Positions the FAB at the target's top right corner.

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