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


In This Topic
TextWrap Property (PSObject)
In This Topic
Gets or sets whether to wrap the text in the element.
Syntax
'Declaration
 
Public Overrides Property TextWrap As Boolean
 
'Usage
 
Dim instance As PSObject
Dim value As Boolean
 
instance.TextWrap = value
 
value = instance.TextWrap
See Also