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

In This Topic
    Text Property (C1Run)
    In This Topic
    Gets or sets the unformatted text contents of this text C1Run.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    Remarks
    Note that it will be much faster to use Insert or Remove(Int32,Int32) methods when possible.
    See Also