MapPolygon.FillColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.