Rect.IsEmpty Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a value that indicates whether the rectangle is the Empty rectangle.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty { get; }
Property Value
Type: System.Boolean
true if the rectangle is the Empty rectangle; otherwise, false.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.