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

RectangleRubberband.Movable Property

Gets/sets a value which specifies whether the rubberband rectangle can be dragged on the BitmapViewer control.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property Movable As Boolean
C#
[BrowsableAttribute(true)]
public bool Movable { get; set; }

Property Value

The value which specifies whether the rubberband rectangle can be dragged on the BitmapViewer control.

See Also

Reference