ComponentOne RichTextBox for UWP
Text Property (C1RichTextBox)

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : Text Property
Gets or sets the text inside the C1.Xaml.RichTextBox.Documents.C1Document of the C1RichTextBox.
Syntax
'Declaration
 
Public Property Text As System.String
public System.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

Reference

C1RichTextBox Class
C1RichTextBox Members