Blazor

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

    Show / Hide Table of Contents

    Class TextAlignment

    Enum unit for text alignment

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

    Fields

    Center

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

    Declaration
    public const TextAlignment Center
    Field Value
    Type Description
    TextAlignment

    Justify

    Represents the text alignment of Justify. The text is aligned along the left margin.

    Declaration
    public const TextAlignment Justify
    Field Value
    Type Description
    TextAlignment

    Left

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

    Declaration
    public const TextAlignment Left
    Field Value
    Type Description
    TextAlignment

    Right

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

    Declaration
    public const TextAlignment Right
    Field Value
    Type Description
    TextAlignment

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved