This question is locked. New answers and comments are not allowed.
Hello,
I try to do this :
but when I'm building my project zoom levels are: -world
-state
-.....
So how can I customize this control?
I try to do this :
<
telerik:RadMap
x:Name
=
"radMap"
Width
=
"600"
Height
=
"480"
>
<
telerik:RadMap.ZoomBarPresetsSettings
>
<
telerik:MapZoomBarPresetsSettings
WorldLevel
=
"Level 1"
StateLevel
=
"Level 2"
RegionLevel
=
"Level 3"
CityLevel
=
"Level 4"
NeighborhoodLevel
=
"Level 5"
/>
</
telerik:RadMap.ZoomBarPresetsSettings
>
</
telerik:RadMap
>
but when I'm building my project zoom levels are: -world
-state
-.....
So how can I customize this control?