Skip to main content
All docs
V25.1
  • MapPolylineBase.HighlightedFill Property

    Overrides the MapItem.HighlightedFill property to hide it.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Description
    Color

    Always the Empty value.

    See Also