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

SquareTile.CreateTileSquarePeekImageAndText01(Image, String, String, String, String) Method

Creates a SquareTile containing two sides - square image with no text on top, a header and 3 strings of regular text at the bottom. Text does not wrap.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static SquareTile CreateTileSquarePeekImageAndText01(
    Image image1,
    string header,
    string text2,
    string text3,
    string text4
)

Parameters

Name Type Description
image1 Image

An Image that fills the entire SquareTile‘s top.

header String

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

text2 String

A String value that is the SquareTile bottom’s 2nd text line.

text3 String

A String value that is the SquareTile bottom’s 3rd text line.

text4 String

A String value that is the SquareTile bottom’s 4th text line.

Returns

Type Description
SquareTile

A SquareTile with an square image on the first side and 4 text lines on the second side.

Remarks

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