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

VObjectsRubberband.Layers Property

Returns the layer collection of a rubberband.

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 rubberband.

Implements

IVObjectHost.Layers

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