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

WideTile.CreateTileWidePeekImageAndText01(Image, String) Method

Creates a two-sided WideTile with a wide image stretched over the front side and a regular text string, wrapped over a maximum of 5 lines on the back side. The WinRTLiveTileManager.ApplicationName is not displayed within this template.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWidePeekImageAndText01(
    Image image1,
    string text1
)

Parameters

Name Type Description
image1 Image

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

text1 String

A Sting value that is the regular text, wrapped over a maximum of 5 lines on the WideTile‘s back side.

Returns

Type Description
WideTile

A WideTile with a wide image stretched over the front side and a regular text string, wrapped over a maximum of 5 lines on the back side.

Remarks

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