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

MapOverlay.Alignment Property

Gets or sets the alignment of the map overlay.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(ContentAlignment.TopLeft)]
public ContentAlignment Alignment { get; set; }

Property Value

Type Default Description
ContentAlignment **TopLeft**

A ContentAlignment enumeration value.

See Also