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

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

Creates a two-sided WideTile with a wide image stretched over the front side and 5 regular text strings on the back side. Text does not wrap. The WinRTLiveTileManager.ApplicationName is not displayed within this template.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImageAndText02(
    Image image1,
    string text1,
    string text2,
    string text3,
    string text4,
    string text5
)

Parameters

Name Type Description
image1 Image

An Image stretched over the WideTile‘s front side.

text1 String

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

text2 String

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

text3 String

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

text4 String

A String value that is the 4th text line on the WideTile‘s back side.

text5 String

A String value that is the 5th text line on the WideTile‘s back side.

Returns

Type Description
WideTile

A WideTile with a wide image stretched over the front side and 5 regular text strings on the back side.

Remarks

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