SecondaryTile.WideLogo | wideLogo property

This topic has not yet been rated - Rate this topic

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:

TermDescription

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

Windows.UI.StartScreen
Windows::UI::StartScreen [C++]

Metadata

Windows.winmd

See also

SecondaryTile
Logo
SmallLogo
Secondary tiles sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.