Blazor

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

    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 Description
    HorizontalAlign

    Left

    Align the text on the left.

    Declaration
    public const HorizontalAlign Left
    Field Value
    Type Description
    HorizontalAlign

    Right

    Align the text on the right.

    Declaration
    public const HorizontalAlign Right
    Field Value
    Type Description
    HorizontalAlign

    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