Tag Archives: XAML

Adding Custom font for Pivot Header

If you would want to have custom font for the pivot header, you would have to declare the fontfamily separately as shown below in the sample otherwise the displayed font will remain the same. However if the custom font that … Continue reading

Posted in Silverlight, Windows Phone, winrt | Tagged , , | 1 Comment

Hide Silverlight Chart Control Legend

Use the xaml code below to hide the Silverlight Chart Control Legend.

Posted in Silverlight, Windows Phone | Tagged , , | Leave a comment

Navigation Service in App.xaml.cs C#/XAML

Any attempt to do the below in App.xaml.cs will result in “An object reference is required for the non-static field, method or property System.Windows.Navigation.NavigationService.Navigate(System.Uri)” Thus to ensure proper navigation within App.xaml.cs page, below is the right way. The reason for … Continue reading

Posted in Windows Phone | Tagged , , , | 3 Comments