Méthode | Description | |
---|---|---|
ClearTileNotification ( ) : void | ||
CreateSecondaryTile ( string title, string id, Uri image, |
||
CreateSecondaryTileFromWebImage ( string title, string id, Uri image, |
||
SendSmallTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void | ||
SendTileTextNotification ( string text ) : void | ||
SendWideTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void |
Méthode | Description | |
---|---|---|
DarkenImageBottom ( string filename, string outfilename ) : System.Threading.Tasks.Task |
Generates a darker bottom on an image
|
public static ClearTileNotification ( ) : void | ||
Résultat | void |
public static CreateSecondaryTile ( string title, string id, Uri image, |
||
title | string | |
id | string | |
image | Uri | |
TileProptRect | ||
navigateUri | string | |
Résultat | void |
public static CreateSecondaryTileFromWebImage ( string title, string id, Uri image, |
||
title | string | |
id | string | |
image | Uri | |
TileProptRect | ||
navigateUri | string | |
Résultat | System.Threading.Tasks.Task |
public static SendSmallTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void | ||
text | string | |
imageUri | string | |
Résultat | void |
public static SendTileTextNotification ( string text ) : void | ||
text | string | |
Résultat | void |
public static SendWideTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void | ||
text | string | |
imageUri | string | |
Résultat | void |