C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace > C1TextPointer Class : Offset Property |
'Declaration Public ReadOnly Property Offset As System.Integer
public System.int Offset {get;}
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.