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

In This Topic
    Painter Property
    In This Topic
    Gets or sets a IRichTextPainter that can customize the painting of this C1RichTextViewManager contents.
    Syntax
    'Declaration
     
    Public Property Painter As IRichTextPainter
    public IRichTextPainter Painter {get; set;}
    See Also