Skip to main content

MapPushpin.HighlightedStrokeWidth Property

Overrides the MapItem.HighlightedStrokeWidth property to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

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

Property Value

Type Description
Int32

Always -1.

See Also