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


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