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

OverlayArrangement.OverlayLayout Property

Gets or sets the layout of the map overlay.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public Rectangle OverlayLayout { get; set; }

Property Value

Type Description
Rectangle

A Rectangle object specifying the overlay layout.

See Also