WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DocTextDirection - WindowsForms API Reference | Syncfusion

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