Specifies possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants).
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
GraphicsMill.ResizeMode = function(); GraphicsMill.ResizeMode.createEnum('GraphicsMill.ResizeMode', false);
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. |