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

WideTile.CreateTileWideSmallImageAndText04(Image, String, String) Method

Creates a WideTile with a small square image on its left and a large header above regular text, wrapped over a maximum of 4 lines of text on the right.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideSmallImageAndText04(
    Image image1,
    string header,
    string text2
)

Parameters

Name Type Description
image1 Image

An Image displayed on the left of the WideTile.

header String

A String value that is the large header displayed on the right of the WideTile.

text2 String

A String value that is regular text, wrapped over a maximum of 4 lines of text below the header.

Returns

Type Description
WideTile

A WideTile with a small square image on its left and a large header above regular text, wrapped over a maximum of 4 lines of text on the right.

Remarks

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

See Also