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

Layer.Index Property

Get the index of this Layer in the LayerCollection. Return -1 if the Layer was not added to the collection.

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

Syntax

Visual Basic
Public ReadOnly Property Index As Integer
C#
public int Index { get; }

Property Value

The Int32 value which represents an index of this Layer.

See Also

Reference