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

WideTile.CreateTileWideSmallImageAndText02(Image, String, String, String, String, String) Method

Creates a WideTile with a small square image on its left and one large header above 4 lines of regular unwrapped text on the right.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideSmallImageAndText02(
    Image image1,
    string header,
    string text2,
    string text3,
    string text4,
    string text5
)

Parameters

Name Type Description
image1 Image

An Image displayed on the WideTile‘s left.

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 unwrapped text displayed below the header.

text3 String

A String value that is regular unwrapped text displayed below the text2.

text4 String

A String value that is regular unwrapped text displayed below the text3.

text5 String

A String value that is regular unwrapped text displayed below the text4.

Returns

Type Description
WideTile

A WideTile with a small square image on its left and one large header above 4 lines of regular unwrapped text on the right.

Remarks

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

See Also