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

BaseViewer.rubberband Property

Gets/sets the rubberband control ID (i.e. value stored in the attribute id of the tag that inserts the control).

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

Syntax

Java Script
function get_rubberband();
function set_rubberband(value);

Property Value

The value which contains an ID of the rubberband control you need to attach.

Remarks

Only the RectangleRubberband control is available.

This property corresponds to BaseViewer.Rubberband server-side member.

See Also

Reference

Manual