menu

Blazor

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

    Show / Hide Table of Contents

    Class HorizontalAlign

    Defines the horizontal text alignment.

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

    Fields

    Center

    Align the text in the center.

    Declaration
    public const HorizontalAlign Center
    Field Value
    Type
    HorizontalAlign

    Left

    Align the text on the left.

    Declaration
    public const HorizontalAlign Left
    Field Value
    Type
    HorizontalAlign

    Right

    Align the text on the right.

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