Skip to main content
A newer version of this page is available. .

MapPushpin.TraceStrokeStyle Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, 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