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

SquareTile.CreateTileSquareText01(String, String, String, String) Method

Creates a SquareTile with 4 text blocks - one header string in larger text on the first line; three strings of regular text on each of the next three lines. Text does not wrap.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquareText01(
    string header,
    string text2,
    string text3,
    string text4
)

Parameters

Name Type Description
header String

A String value that is the SquareTile‘s header.

text2 String

A String value that is the SquareTile‘s 2nd text line.

text3 String

A String value that is the SquareTile‘s 3rd text line.

text4 String

A String value that is the SquareTile‘s 4th text line.

Returns

Type Description
SquareTile

A SquareTile with 4 text blocks.

Remarks

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

See Also