A newer version of this page is available.
Switch to the current version.
MapViewport.CenterPoint Property
Gets or sets the center point of the viewport.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
[DefaultValue(0)]
public CoordPoint CenterPoint { get; set; }
<DefaultValue(0)>
Public Property CenterPoint As CoordPoint
Property Value
Type | Default | Description |
---|---|---|
CoordPoint | 0 |
A CoordPoint class descendant object. |
See Also
Feedback