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

SquareTile.CreateTileSquareText04(String) Method

Creates a SquareTile with a single string of regular text, wrapped over a maximum of 4 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquareText04(
    string text1
)

Parameters

Name Type Description
text1 String

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

Returns

Type Description
SquareTile

A SquareTile with a single string of 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