Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / WordWrap Property


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