我正在尝试在 Windows Phone 8 中使用 IconicTileData 类,除了磁贴的颜色外,一切都运行良好。
无论我将属性设置为什么,磁贴都会显示强调色,而不是提供的强调色。
ShellTile.Create(navigateUri, new IconicTileData
{
Title = category.Name,
BackgroundColor = Colors.Magenta,
IconImage = new Uri("/Resources/Tiles/IconicLarge.png", UriKind.Relative),
SmallIconImage= new Uri("/Resources/Tiles/IconicSmall.png", UriKind.Relative)
}, true);