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

WideTile.CreateTileWideText11(String, String, String, String, String, String, String, String, String, String) Method

A WideTile with 10 short text lines, arranged into 2 unequal columns. The left column is much narrower than the right column.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText11(
    string text1,
    string text2,
    string text3,
    string text4,
    string text5,
    string text6,
    string text7,
    string text8,
    string text9,
    string text10
)

Parameters

Name Type Description
text1 String

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

text2 String

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

text3 String

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

text4 String

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

text5 String

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

text6 String

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

text7 String

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

text8 String

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

text9 String

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

text10 String

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

Returns

Type Description
WideTile

A WideTile with 10 short text lines, arranged into 2 unequal columns.

Remarks

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

See Also