Point.IsEmpty Property

Gets a value indicating whether this is empty.

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Point Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace