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

WideTile.CreateTileWidePeekImage01(Image, String, String) Method

Creates a two-sided WideTile with an image on one side and text on the other. The first side contains a wide image. The second side contains a header string in larger text and a regular text string, wrapped over a maximum of 4 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImage01(
    Image image1,
    string header,
    string text2
)

Parameters

Name Type Description
image1 Image

An Image that occupies the entire WideTile side.

header String

A String value that is the larger header on the WideTile‘s other side.

text2 String

A String value that is the regular text on the WideTile‘s other side.

Returns

Type Description
WideTile

A WideTile with an image on one side and text on the other.

Remarks

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