MindFusion.Wpf Pack Programmer's Guide
LayerList Class
See Also
 





Represents a list of Layer objects.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public class LayerList : ObservableCollection<Layer<Color, XamlPalette>>

Visual Basic  Copy Code

Public Class LayerList
    Inherits ObservableCollection(Of Layer(Of Color, XamlPalette))

 Inheritance Hierarchy

System.Object
    System.Collections.ObjectModel.Collection(Layer(Color, XamlPalette))
        System.Collections.ObjectModel.ObservableCollection(Layer(Color, XamlPalette))
            MindFusion.Mapping.Wpf.LayerList

 See Also

LayerList Members
MindFusion.Mapping.Wpf Namespace