Omega - Visual Studio 2010 and 2012 are both WPF applications. WinRT is designed for tablets / mobile devices. WPF is definitely NOT out of date.
If I were you, I wouldn’t do everything the way the canvas can force, perhaps this is the best approach for the center element to be a UI element called Frame, which is the basic element for all user interface related content in WPF.
Thus, you can use all possible types of controls in the frame, regardless of whether you decide that ImageSourceType or Canvas is more applicable to certain functions of the game.
source share