Back to Devexpress

MapPushpinSettings.TraceStroke Property

wpf-devexpress-dot-xpf-dot-map-dot-mappushpinsettings-12c97c36.md

latest1.4 KB
Original Source

MapPushpinSettings.TraceStroke Property

Gets or sets the brush used by map pushpins, automatically generated using these settings, to draw the trace.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Brush TraceStroke { get; set; }
vb
Public Property TraceStroke As Brush

Property Value

TypeDescription
Brush

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TraceStroke
MapPushpinSettings

.Default .TraceStroke

|

See Also

MapPushpinSettings Class

MapPushpinSettings Members

DevExpress.Xpf.Map Namespace