Share via


FlipTile.SmallBackgroundImage Property

 

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

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

Syntax

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

Property Value

Type: System.Uri

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

See Also

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

Return to top