RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TextElementView Class
Members

In This Topic
    C1TextElementView Class
    In This Topic
    Base class of all classes responsible for text layout and painting.
    Object Model
    C1TextElementView Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1TextElementView 
    public abstract class C1TextElementView 
    Remarks
    C1TextElementView are arranged in a tree similar to C1.WPF.RichTextBox.Documents.C1TextElement. When displaying a document, C1RichTextViewManager constructs one, or more, C1TextElementView for each C1.WPF.RichTextBox.Documents.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