StandardTileData.Count Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a value between 1 and 99 will be displayed in the Count field of the Tile. A value of 0 means the Count will not be displayed. If this property is not set, the Count display will not change during an update.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property Count As Nullable(Of Integer)
public Nullable<int> Count { get; set; }

Property Value

Type: System..::.Nullable<(Of <(Int32>)>)
A value between 1 and 99 will be displayed in the Count field of the Tile.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

StandardTileData Class

Microsoft.Phone.Shell Namespace