MapControl.Scene Properti

Definisi

Mendapatkan atau mengatur MapScene yang terkait dengan MapControl ini.

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

Nilai Properti

MapScene yang terkait dengan MapControl ini.

Keterangan

Mengatur adegan adalah operasi sinkron, tidak ada animasi yang terlibat.

Berlaku untuk