MapScene.TargetCamera 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.
public:
property MapCamera ^ TargetCamera { MapCamera ^ get(); };
MapCamera TargetCamera();
public MapCamera TargetCamera { get; }
var mapCamera = mapScene.targetCamera;
Public ReadOnly Property TargetCamera As MapCamera
Property Value
The MapCamera settings that define the final position of the camera.
Remarks
During an animation of the map, the ActualCamera defines the current position of the map's camera and TargetCamera defines the final position of the camera.