Read original post by Shubham Srivastava at C# Corner
In this article we have some fun coding with tile controls in a Windows Phone application. Basically Tile is an UI component that looks like the well known Windows Phone application tiles but can be used internally inside Windows Phone applications. In other words, Tile is a whole new control that fits in the Metro UI and can help you build cool looking Metro like applications for Windows Phone. It can be thought as a kind of extended button that derives from the Button class and exposes several new properties like Tile and TextWrapping. Here when we will click on tiles a popup message will be opened and show a message that informs that the tile has been cliked. [...]