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.

ResizeMode Enumeration

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

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

Syntax

C#
public enum ResizeMode

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