ShellTileSchedule.RemoteImageUri Property

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

Gets or sets a fully qualified remote URI or relative URI of the background image.

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

Syntax

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

Property Value

Type: System..::.Uri
The fully qualified remote URI or relative URI of the background image.

Remarks

The URI must reference a .jpg or .png file. You can reference a URI from your local application or reference a remote URI. The image size cannot exceed 80 KB and the download time cannot exceed 60 seconds.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ShellTileSchedule Class

Microsoft.Phone.Shell Namespace