MapControl.Scene Property

Definition

Gets or sets the MapScene associated with this MapControl.

public:
 property MapScene ^ Scene { MapScene ^ get(); void set(MapScene ^ value); };
MapScene Scene();

void Scene(MapScene value);
public MapScene Scene { get; set; }
var mapScene = mapControl.scene;
mapControl.scene = mapScene;
Public Property Scene As MapScene

Property Value

The MapScene associated with this MapControl.

Remarks

Setting the scene is a synchronous operation, there is no animation involved.

Applies to