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)
Syntax
public Uri BackgroundImage { get; set; }
public:
property Uri^ BackgroundImage {
Uri^ get();
void set(Uri^ value);
}
member BackgroundImage : Uri with get, set
Public Property BackgroundImage As Uri
Property Value
Type: System.Uri
The background image of the front of the tile.
See Also
FlipTile Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace
Return to top