Version

TileBadgeGlyph Enumeration

Constants which define the badge glyphs that are available to a live tile.
Syntax
'Declaration
 
Public Enum TileBadgeGlyph 
   Inherits System.Enum
public enum TileBadgeGlyph : System.Enum 
Members
MemberDescription
ActivityA glyph representing application activity.
AlertA glyph representing an alert.
AttentionA glyph representing attention status.
AvailableA glyph representing availability status.
AwayA glyph representing away status
BusyA glyph representing busy status.
ErrorA glyph representing an error.
NewMessageA glyph representing that a new message is available.
NoneNo glyph. If there is a numeric badge, or a glyph currently on the badge, it will be removed.
PausedA glyph representing that media is paused.
PlayingA glyph representing that media is playing.
UnavailableA glyph representing unavailable status.
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