Visibility v = (Visibility)Resources["PhoneLightThemeVisibility"];
if (v == System.Windows.Visibility.Visible)
Debug.WriteLine("LIGHT");
else
Debug.WriteLine("DARK");
}
2011/06/10 00:27
The ComboBox is Dead, Long Live the ListPicker
2011/06/10 00:27 in For Developers/Windows Phone 7

ListPicker for WP7 in depth
http://www.windowsphonegeek.com/articles/listpicker-for-wp7-in-depthUnofficial Windows Phone 7 Controls and Components
http://archive.msdn.microsoft.com/wp7controls/Release/ProjectReleases.aspx?ReleaseId=4951The ComboBox is Dead, Long Live the ListPicker
http://www.codeproject.com/KB/list/WP7ListPicker.aspxSilverlight for Windows Phone Toolkit
http://silverlight.codeplex.com/releases/view/60291
2011/06/09 05:55
How to change font size of Panorama item header?
2011/06/09 05:55 in For Developers/Windows Phone 7

1: <controls:Panorama.TitleTemplate>
2: <DataTemplate>
3: <TextBlock Text="{Binding Content,
RelativeSource={RelativeSource TemplatedParent}}"
FontSize="100" Margin="0,50,0,0" />
4: </DataTemplate>
5: </controls:Panorama.TitleTemplate>http://www.jstawski.com/archive/2010/10/25/change-windows-phone-7-panoramarsquos-control-title.aspx
http://stackoverflow.com/questions/6019009/how-to-change-font-size-of-panorama-item-header
Prev

Rss Feed