Spread Windows Forms 12.0 Product Documentation
WordWrap Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : WordWrap Property
Gets or sets whether the text that does not fit on one line wraps to multiple lines within the button.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
'Usage
 
Dim instance As FpButton
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
public bool WordWrap {get; set;}

Property Value

true for words to wrap to multiple lines; false otherwise
See Also

Reference

FpButton Class
FpButton Members