IconicTileData Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IconicTileData type exposes the following members.
| Name | Description | |
|---|---|---|
|
BackgroundColor | Gets or sets the background color of the Tile. Setting this property overrides the default theme color that is set on the phone. |
|
Count | Gets or sets a value between 1 and 99 that 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. |
|
IconImage | Gets or sets the icon image for the medium and large Tile sizes. |
|
SmallIconImage | Gets or sets the icon image for the small Tile size. |
|
Title | Gets or sets the text that displays on the front side of the medium and wide tile sizes. (Inherited from ShellTileData.) |
|
WideContent1 | Gets or sets the text that displays on the first row of the wide Tile size. |
|
WideContent2 | Gets or sets the text that displays on the second row of the wide Tile size. |
|
WideContent3 | Gets or sets the text that displays on the third row of the wide Tile size. |
Show: