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.autoPostBack Property

Gets/sets a value indicating whether a postback to the server automatically occurs when the user stops modifying the rectangle.

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

Syntax

Java Script
function get_autoPostBack();
function set_autoPostBack(value);

Property Value

The value which is true when a postback to the server automatically occurs whenever the user stops changing the rectangle; false otherwise.

Remarks

Default value is false.

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

See Also

Reference