This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleRubberband.Rectangle Property

Gets/sets the rubberband rectangle.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property Rectangle As Rectangle
C#
[BrowsableAttribute(true)]
public Rectangle Rectangle { get; set; }

Property Value

The rubberband rectangle.

Remarks

Rectangle values (left, top, width and height) are measured in the coordinates of the content associated with the BaseViewer where it is displayed.

See Also

Reference