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

WideTile.CreateTileWideText06(String, String, String, String, String, String, String, String, String, String) Method

Creates a WideTile with 10 shorts strings of regular text, arranged into 2 equal columns of 5 lines each.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWideText06(
    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‘s 1st line of the left column.

text2 String

A String value that is the WideTile‘s 1st line of the right column.

text3 String

A String value that is the WideTile‘s 2nd line of the left column.

text4 String

A String value that is the WideTile‘s 2nd line of the right column.

text5 String

A String value that is the WideTile‘s 3rd line of the left column.

text6 String

A String value that is the WideTile‘s 3rd line of the right column.

text7 String

A String value that is the WideTile‘s 4th line of the left column.

text8 String

A String value that is the WideTile‘s 4th line of the right column.

text9 String

A String value that is the WideTile‘s 5th line of the left column.

text10 String

A String value that is the WideTile‘s 5th line of the right column.

Returns

Type Description
WideTile

A WideTile with 10 shorts strings of regular text, arranged into 2 equal columns of 5 lines each.

Remarks

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

See Also