Skip to main content
All docs
V26.1
  • MapPolylineBase.SelectedFill Property

    Overrides the MapItem.SelectedFill property to hide it.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    Color

    Always the Empty value.

    See Also