RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / C1TextPointer Constructor / C1TextPointer Constructor(C1TextElement,Int32,LogicalDirection)
The C1TextElement where to position the C1TextPointer.
The offset where to position the C1TextPointer.
The logical direction of the C1TextPointer.

In This Topic
    C1TextPointer Constructor(C1TextElement,Int32,LogicalDirection)
    In This Topic
    Initializes a new C1TextPointer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As C1TextElement, _
       ByVal offset As Integer, _
       ByVal logicalDirection As LogicalDirection _
    )

    Parameters

    element
    The C1TextElement where to position the C1TextPointer.
    offset
    The offset where to position the C1TextPointer.
    logicalDirection
    The logical direction of the C1TextPointer.
    See Also