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.v19.2.dll

Syntax
C# |
public Brush TraceStroke { get; set; }
|
VB |
Public Property TraceStroke As Brush
|
Property value
Type: Brush
A System.Windows.Media.Brush object that is a brush to fill the trace stroke of a map's pushpin.

See Also