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

LayerCollection.Item Property

Gets or sets the layer at the specified index.

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

Syntax

Visual Basic
Public Overrides ReadOnly Default Property Item ( _
	index As Integer _
) As Layer
C#
public override Layer this[
	int index
] { get; }

Parameters

index

Type: System.Int32

The zero-based index of the layer to get or set.

Property Value

The Layer at the specified index.

See Also

Reference