Search
DecorationLayerBase(TColor, TPalette).Decorations Property
See Also
 





Gets the list of decorations displayed in this layer.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public ObservableCollection<Decoration> Decorations { get; }

Visual Basic  Copy Code

Public ReadOnly Property Decorations As ObservableCollection(Of Decoration)

 Property Value

A List of Decoration objects.

 See Also