MapCurrentCenter Property |
Gets the center of the map in WGS84 coordinates while it is in animation mode.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Point CurrentCenter { get; }
Public ReadOnly Property CurrentCenter As Point
Get
public:
virtual property Point CurrentCenter {
Point get () sealed;
}
abstract CurrentCenter : Point with get
override CurrentCenter : Point with get
Property Value
Type:
PointImplements
IMapCurrentCenterSee Also