StandardTileData.BackContent Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the text to display on the back of the Tile, above the title. If this property is an empty string, the content on the back of the Tile will not change during an update.

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

Syntax

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

Property Value

Type: System..::.String
The text to display on the back of the Tile, above the title.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

StandardTileData Class

Microsoft.Phone.Shell Namespace