WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DocTextDirection

    Show / Hide Table of Contents

    Enum DocTextDirection

    Specifies the direction of text.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum DocTextDirection

    Fields

    Name Description
    LeftToRight

    Text flows in left to right order.

    LeftToRightRotated

    Text flows in left to right order and rotated.

    RightToLeft

    Text flows in right to left order.

    RightToLeftRotated

    Text flows in right to left order and rotated.

    TopToBottom

    Text flows in Top to bottom order.

    TopToBottomRotated

    Text flows in Top to bottom order and rotated.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved