Skip to main content
A newer version of this page is available. .

MapLine.SelectedFill Property

Overrides the MapItem.SelectedFill property to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

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

Property Value

Type Description
Color

Always the Empty value.

See Also