RichTextBox for WinRT
Offset Property (C1TextPointer)


The offset inside of Element where the C1TextPointer is positioned.
Syntax
'Declaration
 
Public ReadOnly Property Offset As System.Integer
'Usage
 
Dim instance As C1TextPointer
Dim value As System.Integer
 
value = instance.Offset
public System.int Offset {get;}
Remarks

If Element has children then the C1TextPointer is positioned before the child whose index equals Offset, or after the last child if Offset equals the number of children.

If Element doesn't have children, then the meaning of Offset depends on the type of Element. For example, in C1Run it indicates a position inside the text.

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

 

 


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

Product Support Forum  |  Documentation Feedback