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

MapPushpin.TraceStroke Property

Gets or sets a brush that specifies how the trace stroke is painted on a map’s pushpin.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public Brush TraceStroke { get; set; }

Property Value

Type Description
Brush

A Brush object that is a brush to fill the trace stroke of a map’s pushpin.

See Also