Rect.Empty Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a special value that represents a rectangle with no position or area.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.RectThe empty rectangle, which has X and Y property values of PositiveInfinity, and has Width and Height property values of NegativeInfinity.
Show: