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