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

RectangleRubberband Members

The RectangleRubberband type exposes the following members.

Constructors

Name Description
Public method RectangleRubberband

Methods

Name Description
Public method addCssClass

(Inherited from UserInputController.)
Public method beginUpdate (Inherited from UserInputController.)
Public method connect

Connects this rectangle rubberband to the BaseViewer control.

Public method disconnect

Disconnects this rectangle controller from the BaseViewer control.

(Inherited from RectangleController.)
Public method dispose

Disposes control.

(Inherited from UserInputController.)
Public method endUpdate (Inherited from UserInputController.)
Public method erase

Erases (discards) the rubberband from the control.

Public method initialize (Inherited from UserInputController.)
Public method onBubbleEvent

(Inherited from UserInputController.)
Public method raiseBubbleEvent

(Inherited from UserInputController.)
Public method raisePropertyChanged

(Inherited from UserInputController.)
Public method removeCssClass

(Inherited from UserInputController.)
Public method toggleCssClass

(Inherited from UserInputController.)
Public method update

Updates the control.

Public method updated (Inherited from UserInputController.)

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.)

Events

Name Description
Public event disposing

(Inherited from UserInputController.)
Public event propertyChanged

(Inherited from UserInputController.)
Public event rectangleChanged

Fires when the rubberband rectangle is modified (mouse button is released).

Public event rectangleChanging

Fires when the rubberband rectangle is modified (mouse button isn't released).

See Also

Reference