menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextWrapping - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextWrapping

    Specifies the text wrapping supported by the SfRichTextBoxAdv control.

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

    Fields

    NoWrap

    Draws the entire paragraph content in a single line, either it fits in container width or extends outside.

    Declaration
    public const TextWrapping NoWrap
    Field Value
    Type
    TextWrapping

    Wrap

    Draws the paragraph content that fit in container width and moves remaining content to next line.

    Declaration
    public const TextWrapping Wrap
    Field Value
    Type
    TextWrapping

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    SfRichTextBoxAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved