Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / TextWrap Property


In This Topic
    TextWrap Property (ElementWindowless)
    In This Topic
    Gets or sets whether to wrap the text in the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextWrap As Boolean
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Boolean
     
    instance.TextWrap = value
     
    value = instance.TextWrap
    public virtual bool TextWrap {get; set;}
    See Also