Skip to main content

MapCallout.Stroke Property

Overrides the MapItem.Stroke 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 Color Stroke { get; set; }

Property Value

Type Description
Color

Always the Empty value.

See Also