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

WideTile.CreateTileWideImageAndText01(Image, String) Method

Creates a WideTile with a wide image on top, and a regular text string wrapped over a maximum of 2 lines at the bottom. The WinRTLiveTileManager.ApplicationName for this Live Tile template is not displayed.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideImageAndText01(
    Image image1,
    string text1
)

Parameters

Name Type Description
image1 Image

An Image that occupies the WideTile‘s top.

text1 String

A String that is the regular text wrapped over a maximum of 2 lines at the WideTile‘s bottom.

Returns

Type Description
WideTile

A WideTile with a wide image on top, and a regular text wrapped over a maximum of 2 lines at the bottom.

Remarks

See the Microsoft Tile Template Catalog article to see all available Live Tile templates.

See Also