ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextAlign - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextAlign

    Defines how the text has to be aligned Left - Aligns the text at the left of the text bounds Right - Aligns the text at the right of the text bounds Center - Aligns the text at the center of the text bounds Justify - Aligns the text in a justified manner

    Inheritance
    System.Object
    TextAlign
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TextAlign : Enum

    Fields

    Center

    Declaration
    public const TextAlign Center
    Field Value
    Type Description
    TextAlign

    Justify

    Declaration
    public const TextAlign Justify
    Field Value
    Type Description
    TextAlign

    Left

    Declaration
    public const TextAlign Left
    Field Value
    Type Description
    TextAlign

    Right

    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 - 2021 Syncfusion Inc. All Rights Reserved