ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / Text Property

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