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

RectangleRubberband.movable Property

Gets/sets a value which specifies whether the rubberband rectangle can be dragged on the BaseViewer control.

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

Syntax

Java Script
function get_movable();
function set_movable(value);

Property Value

The value which specifies whether the rubberband rectangle can be dragged on the BaseViewer control.

Remarks

This property corresponds to RectangleRubberband.Movable server-side member.

See Also

Reference