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

VObjectsRubberband.MultipleVObjectsTransformationEnabled Property

Gets/sets a value indicating if a multiple selection can only be dragged.

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

Syntax

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

Property Value

A value indicating if the v-objects of the multiple selection can only be dragged.

Remarks

If set to true, v-objects contained in a selection can only be dragged but not resized, rotated, etc.

See Also

Reference