MindFusion.Mapping Programmer's Guide

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