FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / WordWrap2 Property


In This Topic
WordWrap2 Property (BaseHeaderFlatStyleRenderer)
In This Topic
Gets or sets whether the text that does not fit on one line wraps to multiple lines within the button.
Syntax
'Declaration
 
Public Property WordWrap2 As Nullable(Of Boolean)
 
'Usage
 
Dim instance As BaseHeaderFlatStyleRenderer
Dim value As Nullable(Of Boolean)
 
instance.WordWrap2 = value
 
value = instance.WordWrap2
See Also