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

VObjectsRubberband.MultiSelect Property

Gets/sets a value indicating whether multiple items can be selected.

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

Syntax

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

Property Value

true if multiple items can be selected at one time; otherwise, false. By default is true.

See Also

Reference