TextPointer.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.