RectangleRubberband.Rectangle Property

Gets/sets the rubberband rectangle.

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

Syntax

C#
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