alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class TextWrappingStyle

    Specifies the Text Wrapping Style supported by the SfRichTextBoxAdv control.

    Inheritance
    System.Object
    TextWrappingStyle
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class TextWrappingStyle : Enum

    Fields

    Behind

    Aligns the text wrapping style to the behind.

    Declaration
    public const TextWrappingStyle Behind
    Field Value
    Type
    TextWrappingStyle

    InFrontOfText

    Aligns the text wrapping style to the infront of text.

    Declaration
    public const TextWrappingStyle InFrontOfText
    Field Value
    Type
    TextWrappingStyle

    Inline

    Aligns the text wrapping style to the inline.

    Declaration
    public const TextWrappingStyle Inline
    Field Value
    Type
    TextWrappingStyle

    Square

    Aligns the text wrapping style to the square.

    Declaration
    public const TextWrappingStyle Square
    Field Value
    Type
    TextWrappingStyle

    Through

    Aligns the text wrapping style to the through.

    Declaration
    public const TextWrappingStyle Through
    Field Value
    Type
    TextWrappingStyle

    Tight

    Aligns the text wrapping style to the tight.

    Declaration
    public const TextWrappingStyle Tight
    Field Value
    Type
    TextWrappingStyle

    TopAndBottom

    Aligns the text wrapping style to the top and bottom.

    Declaration
    public const TextWrappingStyle TopAndBottom
    Field Value
    Type
    TextWrappingStyle

    Extension Methods

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