FlipTile.BackContent Property

 

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.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public string BackContent { get; set; }

Property Value

Type: System.String

The text to display on the back of the tile, above the title.

Return to top
Show: