In This Topic
Gets the
System.String value represents the plain text of this rich text.
Syntax
'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As RichText
Dim value As String
value = instance.Text
public string Text {get;}
See Also