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