Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.21 KB

voicecommandcontenttiletype.md

File metadata and controls

51 lines (34 loc) · 2.21 KB
-api-id -api-type
T:Windows.ApplicationModel.VoiceCommands.VoiceCommandContentTileType
winrt enum

VoiceCommandContentTileType

-description

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.

-enum-fields

-field TitleOnly:0

Only item title.TitleOnly

-field TitleWithText:1

Item title with up to three lines of text. TitleWithText

-field TitleWith68x68Icon:2

Item title with small, square image.

-field TitleWith68x68IconAndText:3

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

-field TitleWith68x92Icon:4

Item title with tall image.

-field TitleWith68x92IconAndText:5

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

-field TitleWith280x140Icon:6

Item title with wide image.

-field TitleWith280x140IconAndText:7

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

-remarks

-examples

-see-also

Windows.ApplicationModel.VoiceCommands, ContentTileType, elements and attributes v1.2, Cortana interactions, Cortana design guidelines, Cortana voice command sample