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

WideTile.CreateTileWideSmallImageAndText03(Image, String) Method

Creates a WideTile with one small square image on its left and one string of regular text, wrapped over a maximum of 5 lines.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static WideTile CreateTileWideSmallImageAndText03(
    Image image1,
    string text1
)

Parameters

Name Type Description
image1 Image

An Image displayed the left of the WideTile.

text1 String

A String value that is regular text, wrapped over a maximum of 5 lines text displayed on the right of the WideTile.

Returns

Type Description
WideTile

A WideTile with one small square image on its left and one string of regular text, wrapped over a maximum of 5 lines.

Remarks

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

See Also