MapTargetCameraChangedEventArgs.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 camera position corresponding to the TargetCameraChanged event.
public:
property MapCamera ^ Camera { MapCamera ^ get(); };
MapCamera Camera();
public MapCamera Camera { get; }
var mapCamera = mapTargetCameraChangedEventArgs.camera;
Public ReadOnly Property Camera As MapCamera
Property Value
The camera position corresponding to the TargetCameraChanged event.