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

VObjectsRubberband.ResizeProportionallyWithShift Property

Gets/sets a value indicating if v-objects should be resized proportionally when the user holds the SHIFT key.

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

Syntax

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

Property Value

A value indicating if v-objects should be resized proportionally when the user holds the SHIFT key.

See Also

Reference