MapActualCameraChangingEventArgs.Camera Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position of the map's camera before it started moving.
public:
property MapCamera ^ Camera { MapCamera ^ get(); };
MapCamera Camera();
public MapCamera Camera { get; }
var mapCamera = mapActualCameraChangingEventArgs.camera;
Public ReadOnly Property Camera As MapCamera
Property Value
Gets the position of the map's camera before it started moving.