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

RectangleRubberband.AutoPostBack Property

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

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property AutoPostBack As Boolean
C#
[BrowsableAttribute(true)]
public bool AutoPostBack { get; set; }

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.

See Also

Reference