Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.22 KB

secondarytile_smalllogo.md

File metadata and controls

31 lines (21 loc) · 1.22 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.StartScreen.SecondaryTile.SmallLogo
winrt property
xbox

Windows.UI.StartScreen.SecondaryTile.SmallLogo

-description

Note

SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use SecondaryTileVisualElements.Square30x30Logo.

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

The small logo is not used with a Windows Phone 8.1 secondary tile.

-property-value

The location of the image. This must be expressed using this scheme: 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.

-examples

-see-also