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

WideTile.CreateTileWideText08(String, String, String, String, String, String, String, String, String, String) Method

Creates a WideTile with two unequal columns, each containing 5 text lines. Left column is fairly narrow, right column is wider.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText08(
    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 two unequal columns, each containing 5 text lines.

Remarks

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

See Also