Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Alignment

    Show / Hide Table of Contents

    Class Alignment

    Defines the alignment for the elements in the maps component.

    Inheritance
    System.Object
    Alignment
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Alignment : Enum

    Fields

    Center

    Specifies the element to be placed at the center of the maps.

    Declaration
    public const Alignment Center
    Field Value
    Type Description
    Alignment

    Far

    Specifies the element to be placed far from the maps.

    Declaration
    public const Alignment Far
    Field Value
    Type Description
    Alignment

    Near

    Specifies the element to be placed near the maps.

    Declaration
    public const Alignment Near
    Field Value
    Type Description
    Alignment

    value__

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