CycleTileData Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Describes a Tile template that cycles between 1 to 9 background images.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The CycleTileData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CycleTileData() | Initializes a new instance of the CycleTileData class. |
![]() | CycleTileData(String) | Initializes a new instance of the CycleTileData class with an XML document that contains the CycleTileData template information. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | CycleImages | Gets or sets a collection of up to 9 background images for the medium and wide Tile sizes. |
![]() | SmallBackgroundImage | Gets and sets the front-side background 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.) |
| 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:


