ComponentOne RichTextBox for UWP
C1TextPointer Constructor(C1TextElement,Int32,LogicalDirection)

C1.Xaml.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.
Initializes a new C1TextPointer.
Syntax
'Declaration
 
Public Function New( _
   ByVal element As C1TextElement, _
   ByVal offset As System.Integer, _
   ByVal logicalDirection As Windows.UI.Xaml.Documents.LogicalDirection _
)
public C1TextPointer( 
   C1TextElement element,
   System.int offset,
   Windows.UI.Xaml.Documents.LogicalDirection 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

Reference

C1TextPointer Class
C1TextPointer Members
Overload List