Returns the 0-based index of the first character in the CharacterRun.

 public int StartIndex{ get; }
Public ReadOnly Property StartIndex() As Integer
int firstChar = charRun.StartIndex;
Dim firstChar As Integer = charRun.StartIndex