Back to Devexpress

TdxCustomMapControl.CenterPoint Property

vcl-dxmapcontrol-dot-tdxcustommapcontrol-d86b9ce0.md

latest1007 B
Original Source

TdxCustomMapControl.CenterPoint Property

Specifies a geographical point that should be placed at the map center, in geographical coordinates.

Declaration

delphi
property CenterPoint: TdxMapControlGeoLocation read; write;

Property Value

Type
TdxMapControlGeoLocation

Remarks

Use this property to center a map at the specified location. Handle the OnCenterPointChanged and OnCenterPointChanging events to track and restrict end-user scrolling and keep the map centered on a specific point or area.

See Also

TdxCustomMapControl.ActualCenterPoint

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit