Transparent Image Button for Windows Phone (Silverlight/MVVM)
It started when I needed an Image button that can still mimics the native command button with toolkit:TiltEffect.IsTiltEnabled=”True” which can animate the tilting effect. So I decided to make my own. If you are using Model-View-View-Model architecture its much easier to implement and use it and by the way, you need Silverlight Toolkit for Windows …