Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.78 KB

default-layout.md

File metadata and controls

46 lines (34 loc) · 1.78 KB
title page_title description slug tags published position
Default Layout
Default Layout
Check our "Default Layout" documentation article for the RadMap {{ site.framework_name }} control.
radmap-features-default-layout
default,layout
true
8

Default Layout

The default layout of the RadMap is represented by the UI controls that appear in it. If you want to remove one of them you can easily set the respective property of the RadMap:

  • Navigation control - NavigationVisibility

  • Scale control - ScaleVisibility

  • Command Bar control - CommandBarVisibility

  • Mouse Location control - MouseLocationIndicatorVisibility

  • Zoom Bar control - ZoomBarVisibility

In case you want to hide all of the controls and create your own custom layout, you don't have to set each of these properties, you can simply set the UseDefaultLayout property of the RadMap to False.

XAML

{{region radmap-features-default-layout_0}} <telerik:RadMap x:Name="radMap" UseDefaultLayout="False"> </telerik:RadMap> {{endregion}}

To learn how to use each of the RadMap controls independent and outside of it, read the following topics:

  • [Navigation]({%slug radmap-features-navigation%})
  • [Distance and Scale]({%slug radmap-features-dsitance-and-scale%})
  • [Zoom Modes]({%slug radmap-features-zoom-modes%})
  • [Mouse Location]({%slug radmap-features-mouse-location%})

See Also

  • [Navigation]({%slug radmap-features-navigation%})
  • [Click Modes]({%slug radmap-features-click-modes%})
  • [Zoom Modes]({%slug radmap-features-zoom-modes%})
  • [Distance and Scale]({%slug radmap-features-dsitance-and-scale%})
  • [Mouse Location]({%slug radmap-features-mouse-location%})