MapPolyline.StrokeColor 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 draw the MapPolyline.
public:
property Color StrokeColor { Color get(); void set(Color value); };
Color StrokeColor();
void StrokeColor(Color value);
public Color StrokeColor { get; set; }
var color = mapPolyline.strokeColor;
mapPolyline.strokeColor = color;
Public Property StrokeColor As Color
Property Value
The color to be used to draw the MapPolyline.