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

WideTile.CreateTileWidePeekImage06(Image, Image, String) Method

Creates a two-sided WideTile with a wide image over the entire front side and square image with large header, wrapped over a maximum of 3 lines of text on the back side.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWidePeekImage06(
    Image image1,
    Image image2,
    string header
)

Parameters

Name Type Description
image1 Image

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

image2 Image

An Image at the WideTile back side’s left.

header String

A String that is the large, wrapped over a maximum of 3 lines text at the WideTile back side’s right.

Returns

Type Description
WideTile

A WideTile with a wide image over the entire front side and square image with large, wrapped over maximum of 3 lines text on the back side.

Remarks

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