Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MapControl.CustomExperience 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.

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


Feedback

Was this page helpful?