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

SquareTile.CreateTileSquareImage(Image) Method

Creates a SquareTile with no text and a single image that fills the entire SquareTile.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquareImage(
    Image image1
)

Parameters

Name Type Description
image1 Image

An Image that fills the entire SquareTile.

Returns

Type Description
SquareTile

A SquareTile filled with a single image.

Remarks

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

See Also