MapControl.CustomExperience Property

Definition

Gets or sets a custom experience for the MapControl.

MapCustomExperience CustomExperience();

void CustomExperience(MapCustomExperience value);
public MapCustomExperience CustomExperience { get; set; }
var mapCustomExperience = mapControl.customExperience;
mapControl.customExperience = mapCustomExperience;
Public Property CustomExperience As MapCustomExperience

Property Value

A custom experience for the MapControl.

Remarks

A custom experience changes the way a map appears in the MapControl. For example, the StreetsideExperience changes the perspective of the map to appear as though you were viewing a location from the street level.

Applies to