Here we’re sharing our experience from the amazing CompletIT web site.
As you may already know, every Silverlight application “must” have some objects floating around in a quite 3D manner. For example, let’s make a panel with happy faces floating around the screen in a controlled way, like this one.
Floating in Action
Idea
The idea is to create an attached behavior for a panel, so that when enabled, through attached property it’ll make all panel’s children float around.