Version

ShortName Property

Returns or sets a short string to be displayed in the logo area.
Syntax
'Declaration
 
Public Property ShortName As String
public string ShortName {get; set;}
Remarks

The tile logo can either display a short name or an image. 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