Click or drag to resize
Rect Properties

The Rect type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Gets the y-axis value of the bottom of the rectangle.
Public propertyStatic memberEmpty
Gets a special value that represents a rectangle with no position or area.
Public propertyHeight
Gets or sets the height of the rectangle.
Public propertyIsEmpty
Gets a value that indicates whether the rectangle is the Windows.Foundation.Rect.Empty rectangle.
Public propertyLeft
Gets the x-axis value of the left side of the rectangle.
Public propertyRight
Gets the x-axis value of the right side of the rectangle.
Public propertyTop
Gets the y-axis position of the top of the rectangle.
Public propertyWidth
Gets or sets the width of the rectangle.
Public propertyX
Gets or sets the x-axis value of the left side of the rectangle.
Public propertyY
Gets or sets the y-axis value of the top side of the rectangle.
Top
See Also