MapPolygon.StrokeColor Property

Definition

Gets or sets the color used to draw the MapPolygon.

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

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

Property Value

The color to be used to draw the MapPolygon.

Applies to

See also