menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextWrappingType

    Specifies the text wrapping type.

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

    Fields

    Both

    Wrap text both sides.

    Declaration
    public const TextWrappingType Both
    Field Value
    Type
    TextWrappingType

    Largest

    Side that is farthest from the page margin.

    Declaration
    public const TextWrappingType Largest
    Field Value
    Type
    TextWrappingType

    Left

    Wrap text left side only.

    Declaration
    public const TextWrappingType Left
    Field Value
    Type
    TextWrappingType

    Right

    Wrap text right side only.

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