ComponentOne RichTextBox for UWP
Text Property (C1Run)

C1.Xaml.RichTextBox.Documents Namespace > C1Run Class : Text Property
Gets or sets the unformatted text contents of this text C1Run.
Syntax
'Declaration
 
Public Property Text As System.String
public System.string Text {get; set;}
Remarks
Note that it will be much faster to use Insert or Remove(Int32,Int32) methods when possible.
See Also

Reference

C1Run Class
C1Run Members