alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum TextAlign

    Defines alignments of text.

    • LeftDefault. Text is left aligned.
    • RightText is right aligned.
    • CenterText is centered.
    • JustifyText is justified.
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum TextAlign

    Fields

    Name Description
    Center

    Text is centered.

    Justify

    Text is justified.

    Left

    Default. Text is left aligned.

    None

    Specifies that no specific text alignment is applied.

    Right

    Text is right aligned.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved