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

MapPushpin.HighlightedStroke Property

Overrides the MapItem.HighlightedStroke property to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color HighlightedStroke { get; set; }

Property Value

Type Description
Color

Always the Empty value.

See Also