WordWrap Property (FpButton)
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 WordWrap As Boolean
'Usage
Dim instance As FpButton
Dim value As Boolean
instance.WordWrap = value
value = instance.WordWrap
public bool WordWrap {get; set;}
See Also