This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleRubberband.ResizeMode Property

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

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property ResizeMode As ResizeMode
C#
[BrowsableAttribute(true)]
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