Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / TextWrap Property


In This Topic
TextWrap Property (IElementStyle)
In This Topic
Gets or sets whether to wrap text.
Syntax
'Declaration
 
Property TextWrap As Boolean
 
'Usage
 
Dim instance As IElementStyle
Dim value As Boolean
 
instance.TextWrap = value
 
value = instance.TextWrap
See Also