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

In This Topic
    Painter Property (C1RichTextViewManager)
    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