Where to configure icon for any application when metro desktop is in Semantic Zoom as shown below:

Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
You need to set the "Small Logo" for your project, which is a 30x30 pixel image. In Visual Studio, open up the Package.appxmanifest and it's the third option in the Tile section which you need to set. |
|||
|
|
|
Actually in manifest file there is a property background under Tile sub heading its by default set as Grey hence we see grey border when start screen is in semantic view zoomed in. Just change the color according to the app icon |
|||
|
|
