menu

Blazor

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

    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
    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
    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
    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
    TextAlign
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved