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

WideTile.CreateTileWideText05(String, String, String, String, String) Method

Creates a WideTile with 5 strings of regular text, arranged in 5 lines. Text does not wrap.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText05(
    string text1,
    string text2,
    string text3,
    string text4,
    string text5
)

Parameters

Name Type Description
text1 String

A String value that is the WideTile‘s text, displayed on the 1st line.

text2 String

A String value that is the WideTile‘s text, displayed on the 2nd line.

text3 String

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

text4 String

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

text5 String

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

Returns

Type Description
WideTile

A WideTile with 5 strings of regular text, arranged in 5 lines.

Remarks

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

See Also