Gets or sets the number of characters causing text that follows whitespace to be automatically wrapped to the next line.
Syntax
Visual Basic (Declaration) |
|
Public Property TextWrapThreshold As Integer |
Visual Basic (Usage) |
Copy Code |
Dim instance As TimelineCustomAttributes
Dim value As Integer
instance.TextWrapThreshold = value
value = instance.TextWrapThreshold
|
C# |
|
public int TextWrapThreshold {get; set;} |
Return Value
The text wrap threshold.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also