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

WideTile.CreateTileWidePeekImage03(Image, String) Method

Creates a two-sided WideTile with an image on the front side and larger text wrapped over a maximum of 3 lines on the back side.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWidePeekImage03(
    Image image1,
    string header
)

Parameters

Name Type Description
image1 Image

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

header String

A String value that is the large wrapped over a maximum of 3 lines of text that occupies the WideTile‘s back side.

Returns

Type Description
WideTile

A WideTile with an image on the front side and larger text wrapped over a a maximum of 3 lines on the back side.

Remarks

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