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

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

Creates a two-sided WideTile. The front side contains one square image on the left and 4 smaller images on the left. The back side contains one string of large text above one string of regular text wrapped over a maximum of 4 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImageCollection01(
    Image image1,
    Image image2,
    Image image3,
    Image image4,
    Image image5,
    string header,
    string text2
)

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 within the WideTile‘s right half.

image3 Image

An Image that occupies the top right corner within the WideTile‘s right half.

image4 Image

An Image that occupies the bottom left corner within the WideTile‘s right half.

image5 Image

An Image that occupies the bottom right corner within the WideTile‘s right half.

header String

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

text2 String

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

Returns

Type Description
WideTile

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

Remarks

A Live Tile created via the CreateTileWidePeekImageCollection01 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