TextPointer.Offset Property

Definition

Gets the character index of a TextPointer within its container.

public:
 property int Offset { int get(); };
int Offset();
public int Offset { get; }
var int32 = textPointer.offset;
Public ReadOnly Property Offset As Integer

Property Value

Int32

int

The character index of a TextPointer within its container.

Applies to