MapPolyline.StrokeThickness Property

Definition

Gets or sets the width of the line used to draw the MapPolyline, 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 = mapPolyline.strokeThickness;
mapPolyline.strokeThickness = double;
Public Property StrokeThickness As Double

Property Value

Double

double

The width of the line used to draw the MapPolyline, in logical pixels.

Applies to

See also