VoiceCommandContentTile.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.