MindFusion.Mapping Programmer's Guide

ICanvasWithPalette(TColor).Palette Property

See Also
 






Gets or sets the color palette associated with this drawing canvas.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

IPalette<TColor> Palette { get; set; }

Visual Basic  Copy Code

Property Palette As IPalette(Of TColor)

 Property Value

An object implementing the IPalette interface.

 See Also