FlipTile::BackgroundImage Property

 

Gets or sets the background image of the front of the tile. If this property is an empty URI, the background image of the front 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^ BackgroundImage {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The background image of the front of the tile.

Return to top
Show: