Gets or sets the color palette associated with this drawing canvas.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
IPalette<TColor> Palette { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Palette As IPalette(Of TColor) |
An object implementing the IPalette interface.
See Also