<Logo> Element

Image containing the logo for the app.

This element is required.

Syntax

<Logo />  

Element information

Parent elements Properties

Remarks

The value for Logo is a string between 1 and 256 characters in length that ends with “.png” that cannot contain these characters: <, >, :, “, /, |, ?, or *. The image must meet the following requirements:

Example

<Properties>
  <DisplayName>Direct3DGame2</DisplayName>
  <PublisherDisplayName>PublisherDisplayName</PublisherDisplayName>
  <Logo>StoreLogo.png</Logo>
  <Description>Direct3DGame2</Description>
</Properties>