(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Karsten Januszewski.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Oct 28, 2010 (4 days ago)
    Karsten Januszewski has posted this very long list with cool MSDN resources on Windows Phone 7.

    Source: Irhetoric

    Here’s a cheat sheet quick guide to a bunch of great MSDN resources on Windows Phone 7 development.

    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 



  • 0 comments  /  posted by  Silverlight Show  on  Aug 16, 2010 (2 months ago)
    Karsten Januszewski blogged about the system styles available for text in Windows Phone 7.

    For example, I noticed the following XAML that referenced PhoneTextTitle1Style in one of the Visual Studio project templates:

                <TextBlock x:Name="ListTitle" Text="{Binding LineOne}" Margin="-3,-8,0,0" Style="{StaticResource PhoneTextTitle1Style}"/>

    I then wanted to figure out what all the system styles were.  How to do it? Expression Blend!

  • 0 comments  /  posted by  Svetla Stoycheva  on  Aug 11, 2010 (2 months ago)

    Karsten Januszewski explored the default styles in Windows Phone 7 tools and posted tips on using them.

    I was playing around with the Windows Phone 7 tools and noticed that there are some system styles available for text.  For example, I noticed the following XAML that referenced PhoneTextTitle1Style in one of the Visual Studio project templates:

                <TextBlock x:Name="ListTitle" Text="{Binding LineOne}" Margin="-3,-8,0,0" Style="{StaticResource PhoneTextTitle1Style}"/>

    I then wanted to figure out what all the system styles were.  How to do it? Expression Blend!  By going to the Assets tab and then clicking Styles --> System Styles, I was able to see all the styles: