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

WideTile.CreateTileWidePeekImage04(Image, String) Method

Creates a two-sided WideTile with a wide image over the entire front side and one string of regular text, wrapped over a maximum of 5 lines on the back side.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWidePeekImage04(
    Image image1,
    string text1
)

Parameters

Name Type Description
image1 Image

An Image that occupies the entire WideTile‘s front side.

text1 String

A String value that is the WideTile back side’s regular text.

Returns

Type Description
WideTile

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

Remarks

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