Skip to main content

MapPolylineBase.HighlightedFill Property

Overrides the MapItem.HighlightedFill property to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

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

Property Value

Type Description
Color

Always the Empty value.

See Also