Share via


VoiceCommandContentTile.ContentTileType Property

Definition

Gets or sets the layout template used for the content tiles on the Cortana canvas.

Note

All content tiles on a Cortana feedback screen must use the same template.

public:
 property VoiceCommandContentTileType ContentTileType { VoiceCommandContentTileType get(); void set(VoiceCommandContentTileType value); };
VoiceCommandContentTileType ContentTileType();

void ContentTileType(VoiceCommandContentTileType value);
public VoiceCommandContentTileType ContentTileType { get; set; }
var voiceCommandContentTileType = voiceCommandContentTile.contentTileType;
voiceCommandContentTile.contentTileType = voiceCommandContentTileType;
Public Property ContentTileType As VoiceCommandContentTileType

Property Value

The content tile template.

Applies to

See also