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

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

Creates a two-sided WideTile. The front side contains one wide image. The back side contains a small square image, bold header and a string of regular text, wrapped over a maximum of 4 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWidePeekImage05(
    Image image1,
    Image image2,
    string header,
    string text2
)

Parameters

Name Type Description
image1 Image

An Image stretched over the entire WideTile‘s front side.

image2 Image

A square Image on the WideTile back side’s left.

header String

A String value that is the bold header on the right of the WideTile back side right.

text2 String

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

Returns

Type Description
WideTile

A WideTile with a wide image on the front side and square image, bold header and regular text on the other side.

Remarks

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