Search
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

public abstract IPalette<TColor> Palette { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Palette As IPalette(Of TColor)

 Property Value

 See Also