RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / Painters Property

In This Topic
    Painters Property (C1RichTextBox)
    In This Topic
    Gets the collection of IRichTextPainter associated with this C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Painters As Collection(Of IRichTextPainter)
    public Collection<IRichTextPainter> Painters {get;}
    See Also