FlipTileData.SmallBackgroundImage Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property SmallBackgroundImage As Uri
public Uri SmallBackgroundImage { get; set; }
<object SmallBackgroundImage="Uri" .../>

Property Value

Type: System..::.Uri
The front-side background image for the small Tile size.

Remarks

This is the background image that is shown if a user pins your app to the Start screen with the small Tile size. No animations will occur with the small Tile size.

If an empty URI is used to set this property, the background image is cleared during an update.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

FlipTileData Class

Microsoft.Phone.Shell Namespace