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

WideTile.CreateTileWideText10(String, String, String, String, String, String, String, String, String) Method

A WideTile with a header string in larger text and 2 unequal columns, each containing 4 text lines. The left column is narrower than the right column.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText10(
    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 in larger text and 2 unequal columns, each containing 4 text lines.

Remarks

The CreateTileWideText10 method creates a Live Tile template, very much alike with the WideTile.CreateTileWideText07 method’s template, but with narrower left column. See the Microsoft Tile Template Catalog article to see all available Live Tile templates.

See Also