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.
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" .../>
Version Information
Windows Phone OS
Supported in: 7.1Platforms
Windows Phone
See Also
