menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocTextDirection - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocTextDirection

    Specifies the direction of text.

    Inheritance
    System.Object
    DocTextDirection
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class DocTextDirection : Enum

    Fields

    LeftToRight

    Text flows in left to right order.

    Declaration
    public const DocTextDirection LeftToRight
    Field Value
    Type
    DocTextDirection

    LeftToRightRotated

    Text flows in left to right order and rotated.

    Declaration
    public const DocTextDirection LeftToRightRotated
    Field Value
    Type
    DocTextDirection

    RightToLeft

    Text flows in right to left order.

    Declaration
    public const DocTextDirection RightToLeft
    Field Value
    Type
    DocTextDirection

    RightToLeftRotated

    Text flows in right to left order and rotated.

    Declaration
    public const DocTextDirection RightToLeftRotated
    Field Value
    Type
    DocTextDirection

    TopToBottom

    Text flows in Top to bottom order.

    Declaration
    public const DocTextDirection TopToBottom
    Field Value
    Type
    DocTextDirection

    TopToBottomRotated

    Text flows in Top to bottom order and rotated.

    Declaration
    public const DocTextDirection TopToBottomRotated
    Field Value
    Type
    DocTextDirection

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved