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

WideTile.CreateTileWidePeekImage02(Image, String, String, String, 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 four regular text strings, arranged in separate lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImage02(
    Image image1,
    string header,
    string text2,
    string text3,
    string text4,
    string text5
)

Parameters

Name Type Description
image1 Image

An Image that occupies the entire WideTile‘s side.

header String

A String value that is the large text header on the WideTile‘s back side.

text2 String

A String value that is the 1st line of regular text on the WideTile‘s back side.

text3 String

A String value that is the 2nd line of regular text on the WideTile‘s back side.

text4 String

A String value that is the 3rd line of regular text on the WideTile‘s back side.

text5 String

A String value that is the 4th line of regular text on the WideTile‘s back 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 CreateTileWidePeekImage02 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