Version

Image Property (LiveTileLogo)

Returns a TileImage object which encapsulates the image to be displayed in the logo area.
Syntax
'Declaration
 
Public ReadOnly Property Image As TileImage
public TileImage Image {get;}
Remarks

The tile can either display an image or the value of the ShortName property in the logo area.

The ShortName takes precedence; when it is set, no image is displayed.

Note that because displaying a logo reduces the amount of space available in which to display tile content, a tile which displays multiple lines of text will display one less line of text than it would otherwise.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also