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

C#
public LayerCollection Layers { get; private set; }

Property Value

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

Implements

ICanvas..Layers

See Also

Reference