Share via


FlipTile.BackBackgroundImage Property

 

Gets or sets a background image of the back of the tile. If this property is an empty URI, the background image of 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)

Syntax

public Uri BackBackgroundImage { get; set; }
public:
property Uri^ BackBackgroundImage {
    Uri^ get();
    void set(Uri^ value);
}
member BackBackgroundImage : Uri with get, set
Public Property BackBackgroundImage As Uri

Property Value

Type: System.Uri

A background image of the back of the tile.

See Also

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

Return to top