SecondaryTile.SmallLogo | smallLogo property

0 out of 2 rated this helpful - Rate this topic

Gets or sets the small logo image, used in search results, the All Programs list, and other locations in the user interface (UI).

Syntax


var smallLogo = secondaryTile.smallLogo;
secondaryTile.smallLogo = smallLogo;

Property value

Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]

The location of the image. This must be expressed using this scheme:

TermDescription

ms-appx:///

A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app.

 

Remarks

If this image is not provided, the small logo of this secondary tile's parent app is used.

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
WideLogo
Secondary tiles sample

 

 

Build date: 12/4/2012

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