Windows.UI.Xaml.Media.RectangleGeometry.Rect

June 22, 2022 · View on GitHub

-description

Gets or sets the dimensions of the rectangle.

-xaml-syntax

<RectangleGeometry Rect="x,y,width,height"/>
-or-
<RectangleGeometry Rect="x y width height"/>

-xaml-values

x
xx-coordinate of the point position of the upper left corner for the Rect.
y
yy-coordinate of the point position of the upper left corner for the Rect.
width
widthWidth of the Rect in pixels.
height
heightHeight of the Rect in pixels.
## -property-value The [Rect](../windows.foundation/rect.md) structure that describes the position and size of the rectangle. The default is **null**.

-remarks

-examples

-see-also