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

OverlayArrangement.ItemLayouts Property

Returns the layouts of items stored by the map overlay which this arrangement belongs to.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public Rectangle[] ItemLayouts { get; }

Property Value

Type Description
Rectangle[]

An array of Rectangle objects specifying arrangements of stored items.

See Also