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

SquareTile.CreateTileSquarePeekImageAndText04(Image, String) Method

Creates a SquareTile with 2 sides - a square image that fills the entire top side and a regular text wrapped over a maximum of 4 lines at the bottom.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquarePeekImageAndText04(
    Image image1,
    string text1
)

Parameters

Name Type Description
image1 Image

An Image that fills the entire SquareTile‘s top.

text1 String

A String value that is the SquareTile bottom’s regular text, wrapped over a maximum of 4 lines at the bottom.

Returns

Type Description
SquareTile

A SquareTile with a square image that fills the entire top side and a regular text wrapped over a maximum of 4 lines at the bottom.

Remarks

A Live Tile created via the CreateTileSquarePeekImageAndText04 method displays one side at a time - a square image first, then 4 text lines. See the Microsoft Tile Template Catalog article to see all available Live Tile templates.

See Also