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

WideTile.CreateTileWideImage(Image) Method

Creates a WideTile with a single image that fills the entire Tile.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static WideTile CreateTileWideImage(
    Image image1
)

Parameters

Name Type Description
image1 Image

An Image that fills the WideTile.

Returns

Type Description
WideTile

A WideTile with a single image that fills the entire Tile.

Remarks

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

See Also