Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 931 Bytes

rectanglegeometry_rect.md

File metadata and controls

38 lines (27 loc) · 931 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.RectangleGeometry.Rect
winrt property

Windows.UI.Xaml.Media.RectangleGeometry.Rect

-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