[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Run.Text

Text Property

Text

Gets or sets the unformatted text contents of this text C1Run.

Declaration
public string Text { get; set; }
Remarks

Note that it will be much faster to use Insert(int, string) or Remove(int, int) methods when possible.