Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextWrappingType

    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 Description
    TextWrappingType

    Largest

    Side that is farthest from the page margin.

    Declaration
    public const TextWrappingType Largest
    Field Value
    Type Description
    TextWrappingType

    Left

    Wrap text left side only.

    Declaration
    public const TextWrappingType Left
    Field Value
    Type Description
    TextWrappingType

    Right

    Wrap text right side only.

    Declaration
    public const TextWrappingType Right
    Field Value
    Type Description
    TextWrappingType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved