VoiceCommandContentTileType
VoiceCommandContentTileType
VoiceCommandContentTileType
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 VoiceCommandContentTileTypepublic enum VoiceCommandContentTileTypePublic Enum VoiceCommandContentTileType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| TitleOnly TitleOnly TitleOnly TitleOnly | Only item title. |
| TitleWith280x140Icon TitleWith280x140Icon TitleWith280x140Icon TitleWith280x140Icon | Item title with wide image. |
| TitleWith280x140IconAndText TitleWith280x140IconAndText TitleWith280x140IconAndText TitleWith280x140IconAndText | Item title, up to two lines of text, and wide image. |
| TitleWith68x68Icon TitleWith68x68Icon TitleWith68x68Icon TitleWith68x68Icon | Item title with small, square image. |
| TitleWith68x68IconAndText TitleWith68x68IconAndText TitleWith68x68IconAndText TitleWith68x68IconAndText | Item title, up to three lines of text, and small square image. |
| TitleWith68x92Icon TitleWith68x92Icon TitleWith68x92Icon TitleWith68x92Icon | Item title with tall image. |
| TitleWith68x92IconAndText TitleWith68x92IconAndText TitleWith68x92IconAndText TitleWith68x92IconAndText | Item title, up to three lines of text, and tall image. |
| TitleWithText TitleWithText TitleWithText TitleWithText | Item title with up to three lines of text. |

