ResizeMode Enumeration

Specifies possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants).

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

Syntax

Java Script
GraphicsMill.ResizeMode = function();
GraphicsMill.ResizeMode.createEnum('GraphicsMill.ResizeMode', false);

Members

Member name Description
arbitrary

User can resize the rectangle without keeping the aspect ratio.

none

User cannot resize the rectangle. However you can still update rectangle property.

proportional

User can resize the rectangle only with fixed aspect ratio.

See Also

Reference