IsInvalid Property
IsInvalid
Determines whether this Rectangle is invalid.
Declaration
public bool IsInvalid { get; }
Public ReadOnly Property IsInvalid As Boolean
Property Value
Type |
Description |
bool |
true if this Rectangle is invalid; otherwise, false .
|