Version

LiveTileLogo Class

Encapsulates the logo displayed by a live tile.
Syntax
'Declaration
 
Public Class LiveTileLogo 
   Inherits Infragistics.Shared.SubObjectBase
public class LiveTileLogo : Infragistics.Shared.SubObjectBase 
Remarks

The tile logo, or "branding", is displayed in the lower left corner of the tile.

The tile can display either an Image or the ShortName in the logo area.

When both the Image and ShortName are set, the ShortName property takes precedence; in this case the text is displayed, but not the image.

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