Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / TextWrap Property


In This Topic
TextWrap Property (ElementControl)
In This Topic
Gets or sets whether to automatically wrap text without line breaks in the element.
Syntax
'Declaration
 
Public Overridable Property TextWrap As Boolean
 
'Usage
 
Dim instance As ElementControl
Dim value As Boolean
 
instance.TextWrap = value
 
value = instance.TextWrap
See Also