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

LayerCollection Class

This class represents a collection of layers.

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

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class LayerCollection _
	Inherits Collection(Of Layer)
C#
[DefaultMemberAttribute("Item")]
public class LayerCollection : Collection<Layer>

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.AjaxControls.VectorObjects.Collection < Layer >
L Aurigma.GraphicsMill.AjaxControls.VectorObjects.LayerCollection

Object Model








See Also

Reference