RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1FlowView Class / C1FlowView Constructor
The C1RichTextViewManager for this view.
The C1.WPF.RichTextBox.Documents.C1TextElement associated with this view.

In This Topic
    C1FlowView Constructor
    In This Topic
    Constructs a new C1FlowView.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal viewManager As C1RichTextViewManager, _
       ByVal element As C1TextElement _
    )

    Parameters

    viewManager
    The C1RichTextViewManager for this view.
    element
    The C1.WPF.RichTextBox.Documents.C1TextElement associated with this view.
    See Also