MapPolygon.StrokeThickness 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 width of the line used to draw the MapPolygon, in logical pixels.
public:
property double StrokeThickness { double get(); void set(double value); };
double StrokeThickness();
void StrokeThickness(double value);
public double StrokeThickness { get; set; }
var double = mapPolygon.strokeThickness;
mapPolygon.strokeThickness = double;
Public Property StrokeThickness As Double
Property Value
Double
double
The width of the line used to draw the MapPolygon, in logical pixels.