In This Topic
Gets or sets the maximum width of text lines, in characters.
-1 (the default) indicates that this value will be calculated automatically.
Syntax
'Declaration
Public Property MaxTextWidth As Integer
public int MaxTextWidth {get; set;}
See Also