Gets and sets an indicator if the Rubberband displays the area as a negative of the original.
Syntax
public bool Negate {get; set;}
public: __property bool get_Negate();
public: __property void set_Negate(
bool value
);
public:
property bool Negate {
bool get();
void set ( bool value);
}
'Declaration
Public Property Negate As Boolean
'Usage
Dim instance As Rubberband
Dim value As Boolean
instance.Negate = value
value = instance.Negate
Property Value
A boolean value which is
true.
See Also