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.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property WideBackContent As String
public string WideBackContent { get; set; }
<object WideBackContent="string" .../>

Property Value

Type: System..::.String
The text that displays above the title, on the back-side of the wide Tile size.

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

FlipTileData Class

Microsoft.Phone.Shell Namespace