Gets or sets the logo image used in a wide tile. This property is required when you create a wide tile.
Syntax
var wideLogo = secondaryTile.wideLogo;
secondaryTile.wideLogo = wideLogo;
Property value
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The location of the image. This can be expressed using one of these schemes:
| Term | Description |
|---|---|
|
ms-appx:/// |
A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app. |
|
ms-appdata:///local/ |
A file found in the per-user app storage. |
Remarks
A logo image that is saved locally (ms-appdata://localfolder/) by the app to use in a secondary tile should not be deleted by the app. This prevents loss of the image if the cache is cleared.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012