menu

Blazor

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

    Show / Hide Table of Contents

    Class Alignment

    Defines the Alignment. They are

    • Near:Aligns the element to the left.
    • Center:Aligns the element to the center.
    • Far:Aligns the element to the right.
    Inheritance
    System.Object
    Alignment
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Alignment : Enum

    Fields

    Center

    Aligns the element to the center.

    Declaration
    public const Alignment Center
    Field Value
    Type
    Alignment

    Far

    Aligns the element to the right.

    Declaration
    public const Alignment Far
    Field Value
    Type
    Alignment

    Near

    Aligns the element to the left.

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