Skip to main content

OverlayArrangement.ItemLayouts Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Rectangle[] ItemLayouts { get; }

Property Value

Type Description
Rectangle[]

An array of Rectangle objects specifying arrangements of stored items.

See Also