Maximum length that is recognized as a word.
[Visual Basic]
Public Property WordMaxLength As Integer
[C#]
public int WordMaxLength {get; set;}
Property Value
Value that indicates the maximum length. Default value is 20.
Example
How to set the maximum length that is recognized as a word as 30.
ta.WordMaxLength = 30
ta.WordMaxLength = 30;
See Also
AwTextAdjust Class | Asterworld.Text Namespace