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

WideTile.CreateTileWideText07(String, String, String, String, String, String, String, String, String) Method

Creates a WideTile with one header string in larger text over eight short strings of regular text arranged in 2 columns of 4 lines each. Left column is fairly narrow, right column is wider.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWideText07(
    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 WideTile left column’s 1st text line.

text3 String

A String value that is the WideTile right column’s 1st text line.

text4 String

A String value that is the WideTile left column’s 2nd text line.

text5 String

A String value that is the WideTile right column’s 2nd text line.

text6 String

A String value that is the WideTile left column’s 3rd text line.

text7 String

A String value that is the WideTile right column’s 3rd text line.

text8 String

A String value that is the WideTile left column’s 4th text line.

text9 String

A String value that is the WideTile right column’s 4th text line.

Returns

Type Description
WideTile

A WideTile with a header string and two unequal text columns of 4 lines in each.

Remarks

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

See Also