RectangleGeometry Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The RectangleGeometry type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Bounds Gets a Rect that specifies the axis-aligned bounding box of the Geometry. (Inherited from Geometry.)
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone RadiusX Gets or sets the x-radius of the ellipse that is used to round the corners of the rectangle.
Public propertySupported by Silverlight for Windows Phone RadiusY Gets or sets the y-radius of the ellipse that is used to round the corners of the rectangle.
Public propertySupported by Silverlight for Windows Phone Rect Gets or sets the dimensions of the rectangle.
Public propertySupported by Silverlight for Windows Phone Transform Gets or sets the Transform object applied to a Geometry. (Inherited from Geometry.)

Top