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

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

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

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImageCollection04(
    Image image1,
    Image image2,
    Image image3,
    Image image4,
    Image image5,
    string text1
)

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.

text1 String

A String value that is the regular text wrapped over a maximum of 5 lines on the WideTile‘s back side.

Returns

Type Description
WideTile

A WideTile with 5 images on its front side and a string of regular text wrapped over a maximum of 5 lines on the back side.

Remarks

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