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

WideTile.CreateTileWideBlockAndText02(String, String, String) Method

Creates a WideTile with a text line wrapped over a maximum of 4 lines on its left, and a text block on the right. The 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 CreateTileWideBlockAndText02(
    string text1,
    string text2,
    string text3
)

Parameters

Name Type Description
text1 String

A String value that is a text line wrapped over a maximum of 4 lines on the WideTile‘s left.

text2 String

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

text3 String

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

Returns

Type Description
WideTile

A WideTile with a text line wrapped over a maximum of 4 lines on its left, and a text block on its right.

Remarks

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

See Also