A newer version of this page is available.
Switch to the current version.
MapControl.CenterPoint Property
Gets or sets the center point of a map control.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
CoordPoint | A CoordPoint class descendant object. |
Remarks
- Use a GeoPoint object to specify MapControl.CenterPoint when MapControl.CoordinateSystem is set to a GeoMapCoordinateSystem object:
- Use a CartesianPoint object to specify MapControl.CenterPoint when MapControl.CoordinateSystem is set to a CartesianMapCoordinateSystem object:
See Also
Feedback