Blog Archives

WPF Animation on Projection Property using code or XAML

xaml

If you try to define DoubleAnimation on Projection property then you will see lot of challenge. Here is How to fix. First make sure you create Name Attribute on Projection property like below for whatever UI element you want animate.

Tagged with: , , ,
Posted in .net, C#, Linq, SilverLight, WPF, XAML

Create 3D Effect using Projection in WPF/SilverLight

projection-xaml-silverlight-wpf-1

If you ever noticed then every FrameworkElement in WPF has property called Projection This property is very powerful if you use it right way. You can give 3D effect of any UI including Images in WPF/Silverlight Here is sample code

Tagged with: ,
Posted in .net, C#, SilverLight, WPF, XAML

WPF vs Silverlight – Similarities and Differences

Many peple have this question. What are Differences between WPF (Windows Presentation Foundation) and SilverLight There is a real good White Papaer on CodePlex (See Link Below) http://wpfslguidance.codeplex.com/releases/view/30311 But to summerize whole story I am writing this post… Hope you

Tagged with: ,
Posted in .net, SilverLight, WPF