FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / TextWrap Property


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