RichTextBox for WinRT
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 _
)
'Usage
 
Dim element As C1TextElement
Dim offset As System.Integer
Dim logicalDirection As Windows.UI.Xaml.Documents.LogicalDirection
 
Dim instance As New C1TextPointer(element, offset, 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TextPointer Class
C1TextPointer Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback