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

SquareTile.CreateTileSquareText02(String, String) Method

Creates a SquareTile with a header string in larger text on the first line and one string of regular text wrapped over a maximum of three lines below.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquareText02(
    string text1,
    string text2
)

Parameters

Name Type Description
text1 String

A String value that is the SquareTile‘s header.

text2 String

A String value that is the SquareTile‘s regular text.

Returns

Type Description
SquareTile

A SquareTile with a header string in larger text on the first line and one string of regular text wrapped over a maximum of three lines below.

Remarks

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

See Also