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

LockableObject.Locked Property

Indicates if the object has been locked.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Locked As Boolean
C#
public virtual bool Locked { get; }

Property Value

Value indicating if the object has been locked.

Implements

ILockable.Locked

Remarks

This property is always accessible (even if the object is locked). You can use it to check if method Lock() was already executed, but Unlock() was not.

See Also

Reference