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

WideTile.CreateTileWideImageCollection(Image, Image, Image, Image, Image) Method

Creates a WideTile with a square image on the WideTile‘s left and 4 small square images on its right.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideImageCollection(
    Image image1,
    Image image2,
    Image image3,
    Image image4,
    Image image5
)

Parameters

Name Type Description
image1 Image

An Image that fills the WideTile‘s left half.

image2 Image

An Image that occupies 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.

Returns

Type Description
WideTile

A WideTile with a square image on the WideTile‘s left and 4 small square images on its right.

Remarks

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

See Also