Back to Devexpress

MapLine.SelectedFill Property

windowsforms-devexpress-dot-xtramap-dot-mapline-312ef6c7.md

latest1.2 KB
Original Source

MapLine.SelectedFill Property

Overrides the MapItem.SelectedFill property to hide it.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color SelectedFill { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property SelectedFill As Color

Property Value

TypeDescription
Color

Always the Empty value.

|

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace