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

SquareTile.CreateTileSquareBlock(String, String) Method

Creates a SquareTile with two text blocks - one short string of large block text over a single, short line of bold text.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquareBlock(
    string text1,
    string text2
)

Parameters

Name Type Description
text1 String

A String value that specifies the short string of large block text above.

text2 String

A String value that specifies a single, short line of bold text below.

Returns

Type Description
SquareTile

A SquareTile with two text blocks.

Remarks

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

See Also