FlipTileData.WideBackContent Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets and sets the text that displays above the title, on the back-side of the wide Tile size.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object WideBackContent="string" .../>
Property Value
Type: System.StringThe text that displays above the title, on the back-side of the wide Tile size.
If an empty string is used to set this property, the text is cleared in an update.
Environment.NewLine can be used to represent a new line.
Show: