Skip to main content
A newer version of this page is available.

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.v19.1.dll

Declaration

public static WideTile CreateTileWideText04(
    string text1
)

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