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

WideTile.CreateTileWidePeekImageCollection06(Image, 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 small square image on its left and a larger header, wrapped over a maximum of 3 lines text on the right.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWidePeekImageCollection06(
    Image image1,
    Image image2,
    Image image3,
    Image image4,
    Image image5,
    Image image6,
    string header
)

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.

image6 Image

An Image that is the small square icon on the left of the WideTile back side.

header String

A String value that is large text, wrapped over the header, consisting of a maximum of 3 lines on the right of image6.

Returns

Type Description
WideTile

A WideTile with 5 images on its front side and a square image with a arger header on its back side.

Remarks

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