Search
GdiCanvas.Palette Property
See Also
 






Gets or sets the current color palette.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Palette As IPalette(Of Color)

 Property Value

 See Also