Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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
  • No labels