Skip to main content

MapCallout.StrokeWidth Property

Overrides the MapItem.StrokeWidth property to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Description
Int32

Always -1.

See Also