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

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.v20.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