This documentation is archived and is not being maintained.
Rect. IsEmpty Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation . ]
Gets a value that indicates whether the rectangle is the Empty rectangle.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
'Declaration
Public ReadOnly Property IsEmpty As Boolean
Property Value Type:
System. Boolean true if the rectangle is the Empty rectangle; otherwise, false .Do not use this property to test for an area (height times width) of 0; a rectangle with area of 0 is not necessarily the Empty rectangle. For more information, see Empty .
Windows Phone OS Supported in: 8.1, 8.0, 7.1, 7.0