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

SquareTile.CreateTileSquareText03(String, String, String, String) Method

Creates a SquareTile with 4 strings of regular text, one above the other. Text does not wrap.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquareText03(
    string text1,
    string text2,
    string text3,
    string text4
)

Parameters

Name Type Description
text1 String

A String value that is the SquareTile‘s 1st text line.

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 regular text lines.

Remarks

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

See Also