Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / TextWrapPriv Property


In This Topic
    TextWrapPriv Property (ElementContainerControl)
    In This Topic
    Internal use only. Whether to wrap text to multiple lines.
    Syntax
    'Declaration
     
    
    Protected Overridable Property TextWrapPriv As Boolean
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Boolean
     
    instance.TextWrapPriv = value
     
    value = instance.TextWrapPriv
    protected virtual bool TextWrapPriv {get; set;}
    See Also