Gets a list of the layers in the current diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public IList<Layer> Layers { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Layers As IList(Of Layer) |
A list of Layer objects.
WpfDiagram Programmer's Guide | © 2024 MindFusion |