Hi,
Please let me know on how to wrap the title content in StandardTileData.
Here the sample for your information.
StandardTileData
tileData = new
StandardTileData
{
Title =
"Secondary Tile"
,
BackgroundImage =
newUri("/Images/logo.png", UriKind
.Relative),
Count = 5,
BackTitle =
"Sample Tile for desktop notification"
,
BackBackgroundImage =
newUri("", UriKind
.Relative),
BackContent =
"sample "
};