Gets the length of a misspelled word.

Syntax

public int Length { get; }

Examples

This sample code describes the 'TXTextControl.MisspelledWord.Length' property by storing it in a variable of the type 'int'.

TXTextControl.MisspelledWord myMisspelledWord = new TXTextControl.MisspelledWord(1, 4);
//...
int myMispelledWordLength = myMisspelledWord.Length ;
//...

Limitations

Read only.