RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1CenterAlignMenuTool Class / RichTextBox Property

In This Topic
    RichTextBox Property (C1CenterAlignMenuTool)
    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