New to Telerik UI for WPFStart a free 30-day trial

Represents map modes.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public enum MapMode

Fields

Aerial mode.

C#
Aerial = 1

Aerial imagery with on-demand road overlay.

C#
AerialOnDemand = 3

Bird’s eye (oblique-angle) imagery.

C#
Birdseye = 2

A dark version of the road maps.

C#
CanvasDark = 4

A grayscale version of the road maps.

C#
CanvasGray = 6

A lighter version of the road maps which also has some of the details such as hill shading disabled.

C#
CanvasLight = 5

Roads without additional imagery. Uses the legacy static tile service.

C#
Road = 0

Roads without additional imagery. Uses the dynamic tile service.

C#
RoadOnDemand = 7