MapPolygon.FillColor Property

Definition

Gets or sets the color used to fill the MapPolygon.

public:
 property Color FillColor { Color get(); void set(Color value); };
Color FillColor();

void FillColor(Color value);
public Color FillColor { get; set; }
var color = mapPolygon.fillColor;
mapPolygon.fillColor = color;
Public Property FillColor As Color

Property Value

The color to be used to fill the MapPolygon.

Applies to

See also