VoiceCommandContentTileType Enum

Definition

The layout template used for content tiles on the Cortana canvas.

Specify the template with the ContentTileType property.

Note

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

public enum class VoiceCommandContentTileType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VoiceCommandContentTileType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VoiceCommandContentTileType
var value = Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTileType.titleOnly
Public Enum VoiceCommandContentTileType
Inheritance
VoiceCommandContentTileType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

TitleOnly 0

Only item title.TitleOnly

TitleWith280x140Icon 6

Item title with wide image.

TitleWith280x140IconAndText 7

Item title, up to two lines of text, and wide image. TitleWith280x140IconAndText

TitleWith68x68Icon 2

Item title with small, square image.

TitleWith68x68IconAndText 3

Item title, up to three lines of text, and small square image. TitleWith68x68IconAndText

TitleWith68x92Icon 4

Item title with tall image.

TitleWith68x92IconAndText 5

Item title, up to three lines of text, and tall image. TitleWith68x92IconAndText

TitleWithText 1

Item title with up to three lines of text. TitleWithText

Applies to

See also