menu

WPF

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

    Show / Hide Table of Contents

    Enum TextWrapping

    Specifies the text wrapping supported by the SfRichTextBoxAdv control.

    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public enum TextWrapping

    Fields

    Name Description
    NoWrap

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

    Wrap

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

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