Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns the 0\-based index of the first character in the [CharacterRun|CharacterRun].{excerpt}
{signature:C#}
 public int StartIndex{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property StartIndex() As Integer
{signature}
{example}{code:csharp|title=C#}
int firstChar = charRun.StartIndex;{code}
{code:vb.net|title=vb.net}
Dim firstChar As Integer = charRun.StartIndex{code}

{example}
{scrollbar}