menu

Blazor

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

    Show / Hide Table of Contents

    Class TextAlignment

    Specifies the text alignment type for paragraph format.

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

    Fields

    Center

    Center-aligned.

    Declaration
    public const TextAlignment Center
    Field Value
    Type
    TextAlignment

    Justify

    Fully justified.

    Declaration
    public const TextAlignment Justify
    Field Value
    Type
    TextAlignment

    Left

    Left-aligned.

    Declaration
    public const TextAlignment Left
    Field Value
    Type
    TextAlignment

    Right

    Right-aligned.

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