Click here to Skip to main content
15,881,803 members
Articles / Web Development / XHTML

Silverlight Page Flip Navigation

,
Rate me:
Please Sign up or sign in to vote.
3.14/5 (20 votes)
21 Jul 2009CC (ASA 2.5) 93.2K   3.1K   34  
It describes page to page navigation with flip animation in Silverlight
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="SilverlightFlipNavigation.App"
             >
    <Application.Resources>
        
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
Software Developer iSOFT
India India
Working as a Software Engineer in iSOFT at Chennai, India.

Written By
Software Developer (Senior) iSOFT
India India
Working as a Senior Software Engineer in iSOFT at Chennai, India.

Comments and Discussions