Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Redraw Property


In This Topic
    Redraw Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Redraw As Boolean
    'Usage
     
    
    Dim instance As IElement
    Dim value As Boolean
     
    instance.Redraw = value
     
    value = instance.Redraw
    bool Redraw {get; set;}
    See Also