Xamarin.Android

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

    Show / Hide Table of Contents

    Class TextWrappingStyle

    Specifies the text wrap style.

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

    Fields

    Behind

    Places shape behind text.

    Declaration
    public const TextWrappingStyle Behind
    Field Value
    Type Description
    TextWrappingStyle

    InFrontOfText

    Places shape in front of text.

    Declaration
    public const TextWrappingStyle InFrontOfText
    Field Value
    Type Description
    TextWrappingStyle

    Inline

    In line with text.

    Declaration
    public const TextWrappingStyle Inline
    Field Value
    Type Description
    TextWrappingStyle

    Square

    Wraps text around the shape. Line continuation is on the opposite side of the shape.

    Declaration
    public const TextWrappingStyle Square
    Field Value
    Type Description
    TextWrappingStyle

    Through

    Through.

    Declaration
    public const TextWrappingStyle Through
    Field Value
    Type Description
    TextWrappingStyle

    Tight

    Tight.

    Declaration
    public const TextWrappingStyle Tight
    Field Value
    Type Description
    TextWrappingStyle

    TopAndBottom

    Top and bottom.

    Declaration
    public const TextWrappingStyle TopAndBottom
    Field Value
    Type Description
    TextWrappingStyle

    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