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

IVObjectHost.Layers Property

Returns the layer collection of an object.

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

Syntax

Visual Basic
ReadOnly Property Layers As LayerCollection
C#
                LayerCollection Layers { get; }

Property Value

A collection of Layer objects associated with a host.

Remarks

The order of the Layer objects in this collection defines the z-order of displayed layers. The less is the index of the layer, the lower is the layer.

See Also

Reference

Manual