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

LayerChangeType Enumeration

Contains available types of layer changes.

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

Syntax

Visual Basic
Public Enumeration LayerChangeType
C#
public enum LayerChangeType

Members

Member name Description
ObjectAdded

A v-object was added to the layer.

ObjectRemoved

A v-object was removed from the layer.

ObjectChanged

A v-object of the layer was changed.

ObjectZOrderChanged

V-object order inside the layer was changed.

VisibilityChanged

Layer visibility was changed.

LockStatusChanged

Layer was locked/unlocked.

See Also

Reference