Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 628 Bytes

recthelper_empty.md

File metadata and controls

24 lines (15 loc) · 628 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.RectHelper.Empty
winrt property

Microsoft.UI.Xaml.RectHelper.Empty

-description

Gets a static Rect value where the Rect has no size or position. C# 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.

-remarks

-examples

-see-also