Gets the list of layers displayed in this view.
Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<Layer<Color, GdiPalette>> Layers { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Layers As ObservableCollection(Of Layer(Of Color, GdiPalette)) |
A List of Layer objects.
See Also