ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollChangedEventArgs Class / Redraw Property




In This Topic
    Redraw Property
    In This Topic
    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