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

WideTile.CreateTileWideText09(String, String) Method

Creates a WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWideText09(
    string header,
    string text2
)

Parameters

Name Type Description
header String

A String value that is the WideTile‘s header.

text2 String

A String value that is the WideTile‘s regular text, wrapped over a maximum of 4 lines.

Returns

Type Description
WideTile

A WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines.

Remarks

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

See Also