Aurigma Graphics Mill 5.5 for .NET
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
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.