Rectangle.IsEmpty, propriété

Obtient si ce System.Drawing.Rectangle a un System.Drawing.Rectangle.Width ou un System.Drawing.Rectangle.Height de 0.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Input
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool with get
function get IsEmpty () : boolean

Valeur de propriété

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input, espace de noms