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

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

Creates a two-sided WideTile. The front side contains one square image on the left and 4 smaller images at the left. The back side contains one string of large text above 4 strings of regular text arranged into 4 lines, one above the other. Text does not wrap.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImageCollection02(
    Image image1,
    Image image2,
    Image image3,
    Image image4,
    Image image5,
    string header,
    string text2,
    string text3,
    string text4,
    string text5
)

Parameters

Name Type Description
image1 Image

An Image that occupies the left half of the WideTile‘s front side.

image2 Image

An Image displayed in the top left corner of the WideTile‘s right half.

image3 Image

An Image displayed in the top right corner of the WideTile‘s right half.

image4 Image

An Image displayed in the bottom left corner of the WideTile‘s right half.

image5 Image

An Image displayed in the bottom right corner of the WideTile‘s right half.

header String

A String value that is the large header on the WideTile‘s back side.

text2 String

A String value that is the regular text below the header.

text3 String

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

text4 String

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

text5 String

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

Returns

Type Description
WideTile

A WideTile with 5 images on its front side, and large header above 4 lines of regular text on its back side.

Remarks

A Live Tile created via the CreateTileWidePeekImageCollection02 method displays one side at a time, changed after a certain period of time. See the Microsoft Tile Template Catalog article to see all available Live Tile templates.

See Also