RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1JustifyTool Class / RichTextBox Property

In This Topic
    RichTextBox Property (C1JustifyTool)
    In This Topic
    Gets or sets the C1RichTextBox this tool edits.
    Syntax
    'Declaration
     
    
    Public Property RichTextBox As C1RichTextBox
    public C1RichTextBox RichTextBox {get; set;}
    See Also