VoiceCommandContentTile.Image Property

Definition

Gets or sets the image used on the content tile.

Specify the tile layout template with the ContentTileType property.

public:
 property IStorageFile ^ Image { IStorageFile ^ get(); void set(IStorageFile ^ value); };
IStorageFile Image();

void Image(IStorageFile value);
public IStorageFile Image { get; set; }
var iStorageFile = voiceCommandContentTile.image;
voiceCommandContentTile.image = iStorageFile;
Public Property Image As IStorageFile

Property Value

The image associated with the content tile.

Applies to

See also