MapControl.TargetCamera Property

Definition

Gets the MapCamera settings that define the final position of the camera.

public:
 property MapCamera ^ TargetCamera { MapCamera ^ get(); };
MapCamera TargetCamera();
public MapCamera TargetCamera { get; }
var mapCamera = mapControl.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.

Applies to