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

WideTile.CreateTileWideSmallImageAndText01(Image, String) Method

Creates a WideTile that displays a small square image on its left and one string of large text, wrapped over maximum of 3 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideSmallImageAndText01(
    Image image1,
    string header
)

Parameters

Name Type Description
image1 Image

An Image that is displayed on the left of the WideTile.

header String

A String value that is the large, wrapped over a maximum of 3 lines header at the WideTile‘s right.

Returns

Type Description
WideTile

A WideTile that displays a small square image on its left and one string of large text, wrapped over maximum of 3 lines.

Remarks

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

See Also