IconicTileData Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Describes an iconic Tile template.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The IconicTileData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IconicTileData() | Initializes a new instance of the IconicTileData class. |
![]() | IconicTileData(String) | Initializes a new instance of the IconicTileData class with an XML document that contains the IconicTileData template information. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:


