RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / TextWrapping Property

In This Topic
    TextWrapping Property (C1RichTextBox)
    In This Topic
    Gets or sets whether the control should wrap the text to fit its width.
    Syntax
    'Declaration
     
    
    Public Property TextWrapping As TextWrapping
    public TextWrapping TextWrapping {get; set;}
    See Also