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

MapViewport.CenterPoint Property

Gets or sets the center point of the viewport.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

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

Declaration

[DefaultValue(0)]
public CoordPoint CenterPoint { get; set; }

Property Value

Type Default Description
CoordPoint 0

A CoordPoint class descendant object.

See Also