ImageGear .NET v25.1 - Updated
Redraw Property




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearScrollChangedEventArgs Class : Redraw Property
Gets a value indicating whether or not the view should be redrawn.
Syntax
'Declaration
 
Public ReadOnly Property Redraw As Boolean
'Usage
 
Dim instance As ImGearScrollChangedEventArgs
Dim value As Boolean
 
value = instance.Redraw
public bool Redraw {get;}
public: __property bool get_Redraw();
public:
property bool Redraw {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearScrollChangedEventArgs Class
ImGearScrollChangedEventArgs Members