StandardTileData.BackContent Property (Microsoft.Phone.Shell)

Switch View :
ScriptFree
Windows Phone Class Library
StandardTileData.BackContent Property

January 13, 2012

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

Visual Basic (Declaration)
Public Property BackContent As String
C#
public string BackContent { get; set; }
XAML Attribute Usage
<object BackContent="string" .../>

Property Value

Type: System.String
Returns String.
Version Information

Windows Phone OS

Supported in: 7.1
Platforms

Windows Phone

See Also

Reference