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

In This Topic
    Text Property (C1HtmlText)
    In This Topic
    Gets or sets the text content of this C1HtmlText.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also