Click here to Skip to main content
Click here to Skip to main content

WPF 3D FlipPanel

By , 13 Mar 2012
 
Prize winner in Competition "Best VB.NET article of March 2012"
FlipPanelCS.zip
FlipPanelCS
Bornander.UI.Test
Controls
Converters
Images
Error.png
Login.png
Splash.png
Login
Properties
Settings.settings
Stocks
Bornander.UI
Meshes
Properties
Settings.settings
FlipPanelCSV2.zip
FlipPanelCSV2
Bornander.UI.Test
Controls
Converters
Images
Error.png
Login.png
Splash.png
Login
Properties
Settings.settings
Stocks
Bornander.UI
Meshes
Properties
Settings.settings
FlipPanelVB.zip
FlipPanelVB
Bornander.UI.Test
My Project
MyExtensions
Settings.settings
Bornander.UI
Meshes
My Project
MyExtensions
Settings.settings
<Window x:Class="Bornander.UI.Test.Login.LoginWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:f="clr-namespace:Bornander.UI;assembly=Bornander.UI"
        xmlns:l="clr-namespace:Bornander.UI.Test.Login"
        WindowStyle="None"
        WindowStartupLocation="CenterScreen"

        AllowsTransparency="True"
        Background="Transparent"
        BorderThickness="0"
        Width="320" Height="240"
        Title="LoginWindow">
    <f:FlipPanel FrontVisible="{Binding Path=IsLogInActive, Mode=OneWay}">
        <f:FlipPanel.Front>
            <l:LogInPanel DataContext="{Binding}"/>
        </f:FlipPanel.Front>
        <f:FlipPanel.Back>
            <f:MutuallyExclusivePanel DataContext="{Binding}" CurrentIndex="{Binding Path=MutexIndex}">
                <l:SplashControl f:MutuallyExclusivePanel.Index="0"/>
                <l:ErrorPanel f:MutuallyExclusivePanel.Index="1"/>
            </f:MutuallyExclusivePanel>
        </f:FlipPanel.Back>
    </f:FlipPanel>
</Window>

By viewing downloads associated with this article you agree to the Terms of use 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 Code Project Open License (CPOL)

About the Author

Fredrik Bornander
Software Developer (Senior)
Sweden Sweden
Member
Oakmead Apps Android Games
 
23 Jun 2012: Best C++ article of May 2012
20 Apr 2012: Best VB.NET article of March 2012
22 Feb 2010: Best overall article of January 2010
22 Feb 2010: Best C# article of January 2010

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 14 Mar 2012
Article Copyright 2012 by Fredrik Bornander
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid