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