TileBinding Constructor (TileImage[])

 

Initializes a new instance of the TileBinding class.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public TileBinding(
	params TileImage[] images
)

Parameters

images
Type: Microsoft.WindowsAzure.Mobile.Service.TileImage[]

An initial set of TileImage for this tile.

Return to top
Show: