FlipTileData 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 FlipTileData class with an xml document that contains the FlipTileData template information.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- xmlContent
- Type: System.String
An XML document that contains the FlipTileData template information.
If you don't want to author the template information in an XML template, you can use the default FlipTileData constructor and set the template information using properties.
Show: