WideTile.CreateTileWideText09(String, String) Method
Creates a WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines.
Namespace: DevExpress.XtraBars.WinRTLiveTiles
Assembly: DevExpress.XtraBars.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
header | String | A String value that is the WideTile‘s header. |
text2 | String | A String value that is the WideTile‘s regular text, wrapped over a maximum of 4 lines. |
Returns
Type | Description |
---|---|
WideTile | A WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines. |
Remarks
See the Microsoft Tile Template Catalog article to see all available Live Tile templates.
See Also