menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextDirection - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextDirection

    Represents different text direction.

    Inheritance
    System.Object
    TextDirection
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class TextDirection : Enum

    Fields

    Horizontal

    Represents the horizontal text direction

    Declaration
    public const TextDirection Horizontal
    Field Value
    Type
    TextDirection

    RotateAllText270

    Rotates the text by 270 degrees

    Declaration
    public const TextDirection RotateAllText270
    Field Value
    Type
    TextDirection

    RotateAllText90

    Rotates the text by 90 degrees

    Declaration
    public const TextDirection RotateAllText90
    Field Value
    Type
    TextDirection

    StackedLeftToRight

    Rotates the text from left to right

    Declaration
    public const TextDirection StackedLeftToRight
    Field Value
    Type
    TextDirection

    StackedRightToLeft

    Rotates the text from right to left

    Declaration
    public const TextDirection StackedRightToLeft
    Field Value
    Type
    TextDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved