Skip to main content

MapOverlay.BackgroundStyle Property

Returns the background style of a map overlay.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DXCategory("Appearance")]
public BackgroundStyle BackgroundStyle { get; }

Property Value

Type Description
BackgroundStyle

A BackgroundStyle object specifying the style of a map overlay.

See Also