Change background color of the tile programatically?
问题 I understand the background is actually an image (WideLogo.png/SmallLogo.png) and specified in the app manifest file. But is it possible to swap these with a new set of images programatically? Based on the information displayed on the tile, I want to change the background color of the tile. 回答1: You cannot edit the app manifest to change the default color. However, you can render an image with the appropriate background color and content then set it as tile. For more details on how to achieve