Skip to main content

MapPushpin.TraceStrokeStyle Property

Specifies the style used to draw a trace stroke on a map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public StrokeStyle TraceStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object that contains style settings used to draw a stroke line on a map.

See Also