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

WideTile.CreateTileWideImageAndText02(Image, String, String) Method

Creates a WideTile with a wide image on top, and a 2 regular text strings at the bottom. Text does not wrap. 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 CreateTileWideImageAndText02(
    Image image1,
    string text1,
    string text2
)

Parameters

Name Type Description
image1 Image

An Image that occupies the WideTile‘s top.

text1 String

A String value that is the upper text line at the WideTile‘s bottom.

text2 String

A String value that is the lower text line at the WideTile‘s bottom.

Returns

Type Description
WideTile

A WideTile with a wide image on top, and a 2 regular text strings at the bottom. Text does not wrap.

Remarks

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

See Also