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

WideTile.CreateTileWideBlockAndText01(String, String, String, String, String, String) Method

Creates a WideTile with 4 text lines on its left, and text block on its right. Text block contains a short string of large bold text above a short string of regular text.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideBlockAndText01(
    string text1,
    string text2,
    string text3,
    string text4,
    string text5,
    string text6
)

Parameters

Name Type Description
text1 String

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

text2 String

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

text3 String

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

text4 String

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

text5 String

A String value that is the large bold text within the WideTile‘s right text block.

text6 String

A String value that is the small regular text within the WideTile‘s right text block.

Returns

Type Description
WideTile

A WideTile with 4 text lines on its left and text block on its right.

Remarks

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

See Also