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

RectangleEventArgs.ChangeMode Property

Gets/sets the value that specifies how the rubberband has been changed (resized or removed).

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property ChangeMode As RectangleChangeMode
C#
[BrowsableAttribute(false)]
public RectangleChangeMode ChangeMode { get; set; }

Property Value

A mode that indicates how the current rubberband is going to be changed: resized or removed.

See Also

Reference