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

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

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

Syntax

C#
public ResizeMode ResizeMode { get; set; }

Property Value

A ResizeMode enumeration member that specifies an allowed resize mode for the rubberband rectangle.

Remarks

When Proportional resize mode is used, you can specify the required aspect ratio of the rectangle using Ratio property.

See Also

Reference