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.
Inheritance Hierarchy
System..::.Object
Microsoft.Phone.Shell..::.ShellTileData
Microsoft.Phone.Shell..::.IconicTileData
Namespace: Microsoft.Phone.Shell
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Class IconicTileData _
Inherits ShellTileData
public class IconicTileData : ShellTileData
<IconicTileData .../>
The IconicTileData type exposes the following members.
Constructors
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. |
Top
Properties
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. |
Top
Methods
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.) |
Top
Version Information
Windows Phone OS
Supported in: 8.1, 8.0
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Phone.Shell Namespace