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

Canvas.Layers Property

Gets a collection of layers associated with this canvas.

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

Syntax

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

Property Value

The LayerCollection which represents a collection of layers associated with this canvas.

See Also

Reference