Version

Glyph Property

Returns or sets the status glyph that is displayed on the badge.
Syntax
'Declaration
 
Public ReadOnly Property Glyph As TileBadgeGlyph
public TileBadgeGlyph Glyph {get;}
Remarks

A tile badge can display either a status glyph or a numeric value.

When the Glyph property is set to a value other than 'None', the glyph is displayed on the badge, i.e., this property takes precedence over the NumericValue property.

When the Glyph property is set to 'None', the value of the NumericValue property is displayed, unless NumericValue is set to zero, in which case nothing is displayed and the badge is cleared.

To clear a previously displayed badge, set the Glyph property to 'None', and the NumericValue property to zero.

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