Back to Devexpress

BackgroundStyle.Fill Property

windowsforms-devexpress-dot-xtramap-dot-backgroundstyle.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
Color

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

|

See Also

BackgroundStyle Class

BackgroundStyle Members

DevExpress.XtraMap Namespace