C# Class NotificationsExtensions.Tiles.TileImageSource

Defines a tile image source and related properties.
Afficher le fichier Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Méthodes publiques

Méthode Description
TileImageSource ( string src ) : System

Constructs an image source with all the required properties.

ToString ( ) : string

Returns the value of the Src property.

Private Methods

Méthode Description
ConvertToElement ( ) : Element_TileImage
PopulateElement ( Element_TileImage image ) : void

Method Details

TileImageSource() public méthode

Constructs an image source with all the required properties.
public TileImageSource ( string src ) : System
src string The URI of the image source. Can be from your application package, application data, or the internet.
Résultat System

ToString() public méthode

Returns the value of the Src property.
public ToString ( ) : string
Résultat string