Gets the collection of IRichTextPainter associated with this C1RichTextBox.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public Collection<IRichTextPainter> Painters { get; }
Visual Basic
Public ReadOnly Property Painters As Collection(Of IRichTextPainter)
	Get

See Also