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

In This Topic
    Text Property (C1RichTextBox)
    In This Topic
    Gets or sets the text inside the C1.WPF.RichTextBox.Documents.C1Document of the C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    Remarks

    When setting the range text, all line breaks (\n, \r and \r\n) are converted to a single new line character (\n).

    See Also