您的位置:首页 > 其它

WP7固定到开始屏幕

2013-05-12 22:22 267 查看
StandardTileData secondaryTile = new StandardTileData
{
Title = "title",
BackgroundImage = new Uri("tile.png", UriKind.Relative),
BackTitle = "BackTitle",
BackBackgroundImage = new Uri("Background.png", UriKind.Relative),
Count = 0,
BackContent = ""
};
ShellTile.Create(new Uri("/MainPage.xaml", UriKind.Relative), secondaryTile);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: