MapPolygon.StrokeThickness Property

Definition

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.

Applies to

See also