Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Position - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Position

    Defines the Position. They are top - Align the element to the top. middle - Align the element to the center. bottom - Align the element to the bottom.

    Inheritance
    System.Object
    Position
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Position : Enum

    Fields

    Bottom

    bottom - Align the element to the bottom.

    Declaration
    public const Position Bottom
    Field Value
    Type Description
    Position

    Middle

    middle - Align the element to the center.

    Declaration
    public const Position Middle
    Field Value
    Type Description
    Position

    Top

    top - Align the element to the top.

    Declaration
    public const Position Top
    Field Value
    Type Description
    Position

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved