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

WideTile.CreateTileWideText03(String) Method

Creates a WideTile with one string of large text wrapped over a maximum of three lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideText03(
    string header
)

Parameters

Name Type Description
header String

A String value that is the large text block wrapped over a maximum of three lines.

Returns

Type Description
WideTile

A WideTile with one string of large text wrapped over a maximum of three lines.

Remarks

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

See Also