Freigeben über


Rectangle.IsEmpty-Eigenschaft

Ruft ab, ob dieses System.Drawing.Rectangle ein System.Drawing.Rectangle.Width oder ein System.Drawing.Rectangle.Height von 0 verfügt.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Input
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

Rectangle Struktur

Microsoft.VisualStudio.TestTools.UITest.Input-Namespace