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

VObject.Locked Property

Gets/sets a value indicating if the v-object is locked.

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

Syntax

Visual Basic
Public Property Locked As Boolean
C#
public bool Locked { get; set; }

Property Value

A value indicating if the v-object is locked.

Implements

IVObject.Locked

Remarks

If a v-object is locked, it cannot be moved, resized, rotated, skewed by the user.

See Also

Reference