Share via


FlipTile.WideBackContent Property

 

Gets and sets the text that displays above the title, on the back-side of the wide tile size.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string WideBackContent { get; set; }
public:
property String^ WideBackContent {
    String^ get();
    void set(String^ value);
}
member WideBackContent : string with get, set
Public Property WideBackContent As String

Property Value

Type: System.String

The text that displays above the title, on the back-side of the wide tile size.

See Also

FlipTile Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top