DiagramLite Programmer's Guide
Diagram.Layers Property
See Also
 





Gets a list of the layers in the current diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public IList<Layer> Layers { get; }

Visual Basic  Copy Code

Public ReadOnly Property Layers As IList(Of Layer)

 Property Value

A list of Layer objects.

 Remarks

Diagram items are associated with elements of this collection via their LayerIndex property.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Layers
ActiveLayer Property