Visual Basic (Declaration) | |
---|---|
Public Property Palette As Color() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color[] Palette {get; set;} |
When setting this property, each shape will get it's own color. Whereas by
default, all shapes within a mapLayer take their color from MapLayer.DefaultShape.Background.Color.