Share via


FlipTile.WideBackBackgroundImage Property

 

Gets and sets the back-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 WideBackBackgroundImage { get; set; }
public:
property Uri^ WideBackBackgroundImage {
    Uri^ get();
    void set(Uri^ value);
}
member WideBackBackgroundImage : Uri with get, set
Public Property WideBackBackgroundImage As Uri

Property Value

Type: System.Uri

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

See Also

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

Return to top