Share via


FlipTile.WideBackgroundImage Property

 

Gets and sets the front-side background image for the wide tile size.

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

Syntax

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

Property Value

Type: System.Uri

The front-side background image for the wide tile size.

See Also

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

Return to top