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)

public:
property Uri^ BackBackgroundImage {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A background image of the back of the tile.

Return to top
Show: