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

WideTile.CreateTileWideText01(String, String, String, String, String) Method

Creates a WideTile with one header string in larger text on the first line and 4 strings of regular text on the 4 lines below. Text does not wrap.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText01(
    string header,
    string text2,
    string text3,
    string text4,
    string text5
)

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 2nd text line.

text3 String

A String value that is the WideTile‘s 3rd text line.

text4 String

A String value that is the WideTile‘s 4th text line.

text5 String

A String value that is the WideTile‘s 5th text line.

Returns

Type Description
WideTile

A WideTile with one header string in larger text on the first line and 4 strings of regular text on the 4 lines below.

Remarks

See the Microsoft Tile Template Catalog article to see all available Live Tile templates.

See Also