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

WideTile.CreateTileWideSmallImageAndText05(Image, String, String) Method

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

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Parameters

Name Type Description
image1 Image

An Image displayed on the right of the WideTile.

header String

A String that is the large header on the left of the WideTile‘s left.

text2 String

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

Returns

Type Description
WideTile

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

Remarks

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

See Also