TileFlyoutTemplateType
TileFlyoutTemplateType
TileFlyoutTemplateType
TileFlyoutTemplateType
Enum
Definition
Specifies the layout template to use in a tile flyout (mix view) update. At present, only one template is defined.
public : enum class TileFlyoutTemplateTypepublic enum TileFlyoutTemplateTypePublic Enum TileFlyoutTemplateType// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| TileFlyoutTemplate01 TileFlyoutTemplate01 TileFlyoutTemplate01 TileFlyoutTemplate01 | Eight sub-tiles that surround a central medium (150x150) tile. Each sub-tile supports a combination of text and images.
|
Remarks
Sub-tile configurations
How to specify a configuration
Each of sub-tiles 5-8 can be given one of eight configurations. The configuration is determined by which text elements you include in that sub-tile, with an order of precedence to those elements.
If Text10 or Text11 are set + If Text08 or Text09 are set + Configuration 3
- Else + Configuration 2
Else if Text02 is set + If Text06 or Text07 are set + Configuration 9
Else if Text03 is set + Configuration 1
Else + Configuration 5
Else if Text06 + If Text01 + Configuration 6
- Else + Configuration 7
Else if Text01 + Configuration 8
Else configuration 4
Configuration examples
The layout of each configuration is shown here. Note that any text element included but not recognized by a configuration is ignored.
Configuration 1
Supported text elements:
| ![]() |
Configuration 2
Supported text elements:
| ![]() |
Configuration 3
Valid text elements:
| ![]() |
| Configuration 4 Valid text elements: none (image only) | ![]() |
Configuration 5
Valid text elements:
| ![]() |
Configuration 6
Valid text elements:
| ![]() |
Configuration 7
Valid text elements:
| ![]() |
Configuration 8
Valid text elements: 1
| ![]() |
Configuration 9
Valid text elements:
| ![]() |









