CycleTileData Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the CycleTileData class with an XML document that contains the CycleTileData template information.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- xmlContent
- Type: System.String
An XML document that contains the CycleTileData template information.
If you don't want to author the template information in an XML template, you can use the default CycleTileData constructor and set the template information using properties.
Show: