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

IVObject.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
Property Locked As Boolean
C#
                bool Locked { get; set; }

Property Value

A value indicating if the v-object is locked.

Remarks

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

See Also

Reference