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
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
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.

Protected property Events (Inherited from Component.)
Public property GripColor

Gets/sets the color of grips.

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 IsEmpty

Gets a value that specifies whether the rubberband rectangle is empty (and therefore whether it is visible).

Public property MaskColor

Gets/sets the color of the mask.

Public property MaskOpacity

Gets/sets the opacity of the mask.

Public property MaskStyle

Gets/sets a value which specified when to enable masking of the area outside of the rectangle.

Public property Movable

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

Public property OutlineColor1

Gets/sets the first color of the rectangle outline when it is dashed.

(Inherited from RectangleController.)
Public property OutlineColor2

Gets/sets the second color of the rectangle outline when it is dashed.

(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 Ratio

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

Public property Rectangle

Gets/sets a rubberband rectangle.

Public property ResizeMode

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

Public property Site (Inherited from Component.)

See Also

Reference