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

RectangleRubberband Properties

The RectangleRubberband type exposes the following members.

Properties

Name Description
Public property autoPostBack

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

Public property element (Inherited from UserInputController.)
Public property erasable

Gets/sets a value that specifies whether the rubberband can be erased (discarded) when user clicks by a mouse out of this rectangle.

Public property events (Inherited from UserInputController.)
Public property gripSize

Gets/sets the grip size.

Public property gripsVisible

Gets/sets a value which shows or hides the grips on the rectangle.

Public property isInitialized (Inherited from UserInputController.)
Public property isUpdating (Inherited from UserInputController.)
Public property maskColor

Gets/sets the color of the mask.

(Inherited from RectangleController.)
Public property maskOpacity

Gets/sets the opacity of the mask.

(Inherited from RectangleController.)
Public property maskVisible

Gets/sets a value which specifies whether to display a mask out of the rectangle.

Public property movable

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

Public property outlineColor

Gets/sets the color of the rectangle outline.

(Inherited from RectangleController.)
Public property outlineStyle

Gets/sets the rectangle outline pen style (solid, dashed, etc).

(Inherited from RectangleController.)
Public property outlineWidth

Gets/sets the rectangle outline width.

(Inherited from RectangleController.)
Public property parent (Inherited from UserInputController.)
Public property ratio

Gets/sets the aspect ratio of the rubberband rectangle which should be preserved when resizeMode is proportional.

Public property rectangle

Gets/sets the rubberband rectangle.

Public property resizeMode

Gets/sets the allowed resize mode for the rubberband rectangle.

Public property visibilityMode (Inherited from UserInputController.)
Public property visible (Inherited from UserInputController.)

See Also

Reference