MapControlsZoomSettingsBuilder
Methods
Position(Kendo.Mvc.UI.MapControlPosition)
Sets the position of the zoom control.
Parameters
value - MapControlPosition
The enum value that configures the zoom control position.
Example
@(Html.Kendo().Map()
.Name("map")
.Controls(controls => controls.Zoom(zoom => zoom.Position(MapControlPosition.TopLeft)))
)