This class represents a collection of layers.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
<DefaultMemberAttribute("Item")> _
Public Class LayerCollection _
Inherits Collection(Of Layer)
[DefaultMemberAttribute("Item")]
public class LayerCollection : Collection<Layer>