Returns the layer collection of a viewer.

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

Syntax

Visual Basic

<BrowsableAttribute(False)> _
Public ReadOnly Property Layers As LayerCollection

C#

[BrowsableAttribute(false)]
public LayerCollection Layers { get; }

Property Value

A collection of Layer objects associated with a viewer.

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.