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

OverlaysArrangedEventArgs.OverlayArrangements Property

Returns an array of overlay arrangements.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public OverlayArrangement[] OverlayArrangements { get; }

Property Value

Type Description
OverlayArrangement[]

An array of OverlayArrangement objects specifying layouts of map overlays and their overlay items.

See Also