Blazor

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

    Show / Hide Table of Contents

    Class TextAlign

    Defines alignments of text.

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

    Fields

    Center

    Represents the text alignment as Center. The text content will be shown at the center.

    Declaration
    public const TextAlign Center
    Field Value
    Type Description
    TextAlign

    Justify

    Represents the text alignment as Justify. The text will be aligned along the left margin.

    Declaration
    public const TextAlign Justify
    Field Value
    Type Description
    TextAlign

    Left

    Represents the text alignment as left. The text content will be shown in the left side.

    Declaration
    public const TextAlign Left
    Field Value
    Type Description
    TextAlign

    Right

    Represents the text alignment as Right. The text content will be shown in the right side.

    Declaration
    public const TextAlign Right
    Field Value
    Type Description
    TextAlign

    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