8.0 New Porcelain Stickers: Fliptile, Cycletile, Iconictile
Introduced
Distinctive Windows Phone 8.0 's new porcelain sticker
Fliptiledata-Flip porcelain paste. Inherited the standardtiledata of the WP7 era.
Cycletiledata-Circular Porcelain paste
Iconictiledata-icon Porcelain Sticker
Example
1. Demo Fliptiledata Application
Tile/fliptile.xaml
<phone:phoneapplicationpage x:class= "Demo.Tile.FlipTile" xmlns= "http://schemas.microsoft.com/winfx/2006/xaml/ Presentation "xmlns:x=" Http://schemas.microsoft.com/winfx/2006/xaml "xmlns:phone=" Clr-namespace: Microsoft.phone.controls;assembly=microsoft.phone "Xmlns:shell=" clr-namespace:microsoft.phone.shell;assembly= Microsoft.phone "xmlns:d=" http://schemas.microsoft.com/expression/blend/2008 "xmlns:mc=" http:// schemas.openxmlformats.org/markup-compatibility/2006 "fontfamily=" {StaticResource PhoneFontFamilyNormal} "FontSiz E= ' {StaticResource phonefontsizenormal} ' foreground= ' {StaticResource Phoneforegroundbrush} ' SupportedOrientations= "Portrait" orientation= "Portrait" mc:ignorable= "D" shell:systemtray.isvisible= "True" > <grid x:Name= "LayoutRoot" background= "Transparent" > <ScrollViewer> <StackPanel> < Button Name= "Btnpin" content= "pin the flip Tile" margin= "0 0 0" click= "Btnpin_click"/> <image source= "/tile/fliptile1.png"/> <image source= "/tile"
/fliptile2.png "/> <image source=/tile/fliptile3.png"/> </StackPanel> </ScrollViewer> </Grid> </phone:PhoneApplicationPage>