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

In This Topic
    RichTextBox Property (C1LeftAlignTool)
    In This Topic
    Gets or sets the C1RichTextBox instance to update.
    Syntax
    'Declaration
     
    Public Property RichTextBox As C1RichTextBox
    public C1RichTextBox RichTextBox {get; set;}

    Property Value

    The C1RichTextBox.
    See Also