Search
Diagram.Layers Property
See Also
 






Gets a list of the layers in the current diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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 with all diagram layers.

 See Also