MapViewport.CenterPoint Property
In This Article
Gets or sets the center point of the viewport.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[DefaultValue(0)]
public CoordPoint CenterPoint { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Coord |
0 | A Coord |
See Also