Description
Returns the 0-based index of the first character in the CharacterRun.
C#
public int StartIndex{ get ; } |
vb.net
Public ReadOnly Property StartIndex() As Integer |
Examples
C#
int firstChar = charRun.StartIndex; |
vb.net
Dim firstChar As Integer = charRun.StartIndex |