Version

NumericValue Property

Returns or sets the numeric value that is displayed on the badge.
Syntax
'Declaration
 
Public ReadOnly Property NumericValue As Integer
public int NumericValue {get;}
Remarks

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

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

When the Glyph property is set to 'None', the value of the this property is displayed, unless this property 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 this 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