MindFusion.Mapping Programmer's Guide

LayerPresenter.Palette Property

See Also
 






Gets or sets the color palette used to draw map shapes in this layer.

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

 Syntax

C#  Copy Code

public IPalette<Color> Palette { get; set; }

Visual Basic  Copy Code

Public Property Palette As IPalette(Of Color)

 Property Value

An instance of the XamlPalette class.

 See Also