Rect Property

Gets or sets the dimensions of the rectangle.

XAML
<object Rect="Rect" .../>
Scripting
value = object.Rect
object.Rect = value

Property Value

Rect

An object that declares the position and size of the rectangle.

This property is read/write. The default value is null.

Remarks

See remarks in Rect for scripting usages of this property.

Applies To

RectangleGeometry

See Also

Silverlight Geometries Overview
Rect