b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

excel号码000 辐射4实用小技巧使用方法|Excle常用序列使用技巧十个简便方法(8)

电脑杂谈  发布时间:2018-01-06 01:01:17  来源:网络整理

IToastImageAndText01 Toast = ToastContentFactory.CreateToastImageAndText01();

Toast.TextBodyWrap.Text = "今日世界末日倒数10天!";

Toast.Image.Src = "http://news.shangdu.com/301/20120512/P_5626361_0__1686841290.jpg";

ToastNotificationManager.CreateToastNotifier().Show(Toast.CreateNotification());

}

效果图片:

Tile:

private void TileNotice_Click(object sender, RoutedEventArgs e)

{

//Tile通知文字以及图片设置

ITileWideImageAndText01 tile = TileContentFactory.CreateTileWideImageAndText01();

tile.TextCaptionWrap.Text = "小资情有独钟 10款合资热销时尚车型导购";

tile.Image.Src = "http://news.mycar168.com/uploadfile/2011/1030/20111030040816628.jpg";</p> <p> ITileSquareImage wideImageContent = TileContentFactory.CreateTileSquareImage();

wideImageContent.Image.Src = "http://news.mycar168.com/uploadfile/2011/1030/20111030040816628.jpg";

tile.SquareContent = wideImageContent;

TileUpdateManager.CreateTileUpdaterForApplication().Update(tile.CreateNotification());

}</p> <p> private void ClearTile_Click(object sender, RoutedEventArgs e)

{

//清除Tile通知

TileUpdateManager.CreateTileUpdaterForApplication().Clear();

}

效果图片:

Badge:

private void BadgeNotice_Click(object sender, RoutedEventArgs e)

{

//Badge数字通知

BadgeNumericNotificationContent badge = new BadgeNumericNotificationContent(29);

BadgeUpdateManager.CreateBadgeUpdaterForApplication().Update(badge.CreateNotification());

}</p> <p> private void BadgeImage_Click(object sender, RoutedEventArgs e)

{

//Badge状态图片通知

BadgeGlyphNotificationContent badge = new BadgeGlyphNotificationContent(GlyphValue.Paused);


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-58465-8.html

相关阅读
    发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

    热点图片
    拼命载入中...