|
1 | 1 | ---
|
2 |
| -description: Adaptive tile templates are a new feature in Windows 10, allowing you to design your own tile notification content using a simple and flexible markup language that adapts to different screen densities. |
| 2 | +description: Adaptive tile templates allow you to design tile notification content using a simple, flexible markup language that adapts to different screen densities. |
3 | 3 | title: Create adaptive tiles
|
4 | 4 | ms.assetid: 1246B58E-D6E3-48C7-AD7F-475D113600F9
|
5 | 5 | label: Create adaptive tiles
|
6 | 6 | template: detail.hbs
|
7 | 7 | ms.date: 08/08/2024
|
8 |
| -ms.topic: article |
| 8 | +ms.topic: concept-article |
9 | 9 | keywords: windows 10, uwp
|
10 | 10 | ms.localizationpriority: medium
|
| 11 | +# customer intent: As a Windows developer, I want to create adaptive tiles for my app so that I can provide a better user experience. |
11 | 12 | ---
|
| 13 | + |
12 | 14 | # Create adaptive tiles
|
13 | 15 |
|
14 | 16 | [!INCLUDE [notes](includes/live-tiles-note.md)]
|
@@ -218,7 +220,7 @@ new TileVisual()
|
218 | 220 | Branding can be applied for specific tile sizes one of two ways:
|
219 | 221 |
|
220 | 222 | 1. By applying the attribute on the [TileBinding](tile-schema.md#tilebinding) element.
|
221 |
| -2. By applying the attribute on the [TileVisual](tile-schema.md#tilevisual) element, which affects the entire notification payload. |
| 223 | +1. By applying the attribute on the [TileVisual](tile-schema.md#tilevisual) element, which affects the entire notification payload. |
222 | 224 |
|
223 | 225 | If you don't specify branding for a binding, it will use the branding that's provided on the visual element.
|
224 | 226 |
|
@@ -1334,7 +1336,7 @@ TileWide = new TileBinding()
|
1334 | 1336 | }
|
1335 | 1337 | ```
|
1336 | 1338 |
|
1337 |
| -## Related topics |
| 1339 | +## Related content |
1338 | 1340 |
|
1339 | 1341 | - [Tile content schema](tile-schema.md)
|
1340 | 1342 | - [Send a local tile notification](sending-a-local-tile-notification.md)
|
|
0 commit comments