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 C1Run.Insert or C1Run.Remove methods when possible.
    See Also