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

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