C# Class NotificationsExtensions.Tiles.TileImageSource

Defines a tile image source and related properties.
Mostra file Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Public Methods

Method 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

Method Description
ConvertToElement ( ) : Element_TileImage
PopulateElement ( Element_TileImage image ) : void

Method Details

TileImageSource() public method

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.
return System

ToString() public method

Returns the value of the Src property.
public ToString ( ) : string
return string