Base class of all classes responsible for text layout and painting.

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

Syntax

C#
public abstract class C1TextElementView
Visual Basic
Public MustInherit Class C1TextElementView

Remarks

C1TextElementView are arranged in a tree similar to C1TextElement. When displaying a document, C1RichTextViewManager constructs one, or more, C1TextElementView for each C1TextElement. The resulting C1TextElementView tree is responsible for doing the document layout, and painting it. The current document layout can be queried from C1RichTextViewManager and its views.

Inheritance Hierarchy

See Also