You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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