Gets and sets if the ImageXView object repaints whenever a change is made to the ImageX object.
'Declaration
Public Property AutoInvalidate As Boolean
'Usage
Dim instance As ImageX
Dim value As Boolean
instance.AutoInvalidate = value
value = instance.AutoInvalidate
public bool AutoInvalidate {get; set;}
public: __property bool get_AutoInvalidate();
public: __property void set_AutoInvalidate(
bool value
);
public:
property bool AutoInvalidate {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true when the ImageXView object repaints whenever a change is made to the ImageX object. Otherwise,
false is returned.