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

In This Topic
    C1Line Class
    In This Topic
    Represents a line of text generated by a C1FlowView.
    Object Model
    C1Line Class
    Syntax
    'Declaration
     
    
    Public Class C1Line 
    public class C1Line 
    Remarks
    A line contains a collection of C1LineFragments. Each line fragment contains a section of a C1.WPF.RichTextBox.Documents.C1TextElement, this may be a run of text, or a whole C1.WPF.RichTextBox.Documents.C1Block.
    Inheritance Hierarchy

    System.Object
       C1.WPF.RichTextBox.C1Line

    See Also