Skip to main content

BackgroundStyle.Fill Property

Gets or sets the color that is used to fill the background of a particular map element.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Color Fill { get; set; }

Property Value

Type Description
Color

A Color that specifies the color used to fill the background of a map element.

See Also