Default rendering of Bing Map Silverlight Control displays few of the in-built controls like Copyright, Scale, Navigation, Logo etc. If you are not interested in displaying any of these controls, you can simply hide it by setting their visibility. Following code snippet shows how to hide these navigation controls.
void SetMapForgroundMembers()
{
UserLocationsMap.NavigationVisibility = System.Windows.Visibility.Collapsed;
UserLocationsMap.LogoVisibility = Visibility.Collapsed;
UserLocationsMap.CopyrightVisibility = System.Windows.Visibility.Collapsed;
UserLocationsMap.ScaleVisibility = System.Windows.Visibility.Collapsed;
} }
How to hide navigation controls on Bing Map Silverlight control
How to plan CCSP Exam preparation
Develop a MongoDB pipeline to transform data into time buckets
Alert and Confirm pop up using BootBox in AngularJS
AngularJS Grouped Bar Chart and Line Chart using D3
How to lock and unlock account in Asp.Net Identity provider
2025 © Byteblocks, ALL Rights Reserved. Privacy Policy | Terms of Use