MindFusion.Wpf Pack Programmer's Guide
Layer(TColor, TPalette).FillColors Property
See Also
 





Gets or sets the colors used to fill map elements on this layer.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public TColor[] FillColors { get; set; }

Visual Basic  Copy Code

Public Property FillColors As TColor()

 Property Value

An array of color objects used as a palette.

 Remarks

The Color property of the Shape class is an index within this array.

 See Also

Layer(TColor, TPalette) Members
Layer(TColor, TPalette) Class
MindFusion.Mapping Namespace