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

WideTile.CreateTileWideText02(String, String, String, String, String, String, String, String, String) Method

Creates a WideTile with a header string in larger text over 8 short strings arranged in 2 columns, 4 lines in each. Columns have the same width.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText02(
    string header,
    string text2,
    string text3,
    string text4,
    string text5,
    string text6,
    string text7,
    string text8,
    string text9
)

Parameters

Name Type Description
header String

A String value that is the WideTile‘s header.

text2 String

A String value that is the first text line of the left column.

text3 String

A String value that is the first text line of the right column.

text4 String

A String value that is the second text line of the left column.

text5 String

A String value that is the second text line of the right column.

text6 String

A String value that is the third text line of the left column.

text7 String

A String value that is the third text line of the right column.

text8 String

A String value that is the fourth text line of the left column.

text9 String

A String value that is the fourth text line of the right column.

Returns

Type Description
WideTile

A WideTile with a header string in larger text over 8 short strings arranged in 2 columns, 4 lines in each.

Remarks

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

See Also