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

SquareTile.CreateTileSquarePeekImageAndText02(Image, String, String) Method

Creates a SquareTile with two sides - a square image on top and one string of header over one string of regular text wrapped over a maximum of 3 lines at the bottom.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquarePeekImageAndText02(
    Image image1,
    string header,
    string text2
)

Parameters

Name Type Description
image1 Image

An Image that fills the entire SquareTile‘s top side.

header String

A String value that is the SquareTile bottom side’s header.

text2 String

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

Returns

Type Description
SquareTile

A SquareTile with a square image on top and one string of regular text wrapped over a maximum of lines at the bottom.

Remarks

A Live Tile created via the CreateTileSquarePeekImageAndText02 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