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 - 2022 Syncfusion Inc. All Rights Reserved