Windows.UI.Xaml.RectHelper.Empty
March 28, 2023 ยท View on GitHub
-description
Gets a static Rect value where the Rect has no size or position. C# and Microsoft Visual Basic code should use Rect.Empty instead.
-property-value
A Rect with X and Y set to positive infinity, and Width and Height set to negative infinity.