Back to Devexpress

MapItem.SelectedFill Property

windowsforms-devexpress-dot-xtramap-dot-mapitem-2e0655e3.md

latest1.0 KB
Original Source

MapItem.SelectedFill Property

Gets or sets the color that specifies how the selected map item is painted.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public Color SelectedFill { get; set; }
vb
Public Property SelectedFill As Color

Property Value

TypeDescription
Color

A Color that is the color to fill the selected map item.

|

See Also

MapItem Class

MapItem Members

DevExpress.XtraMap Namespace