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

MultiLayerViewer.ResizeProportionallyWithShift Property

Gets/sets a value indicating if v-objects should be resized proportionally when the user drags the resize grip with the SHIFT key pressed.

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 during resize.

See Also

Reference