FlipTile.BackTitle Property

 

Gets or sets the title to display at the bottom of the back of the tile. If this property is an empty string, the title 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 BackTitle { get; set; }

Property Value

Type: System.String

The title to display at the bottom of the back of the tile.

Return to top
Show: