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

RectangleRubberband.Erasable Property

Gets/sets a value that specifies whether the rubberband can be erased (discarded) when user clicks by a mouse out of this rectangle.

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

Syntax

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

Property Value

The value that specifies whether the rubberband is erased (discarded) when user clicks by a mouse out of this rectangle.

Remarks

Default value is true.

See Also

Reference