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

WideTile Class

A large (wide) Tile template for WinRTLiveTileManager Live Tiles.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public class WideTile :
    TileInfo

The following members return WideTile objects:

Show 36 links

Remarks

WideTile and SquareTile objects represent Tile templates, which you can apply to Live Tiles via the WinRTLiveTileManager.UpdateTile method. It’s strongly recommended to specify both regular and large Tile templates no matter what Tile type your Live Tile has, as end-users can switch a Tile size at runtime via the Windows Apps bar.

To create a WideTile you can use one of 36 pre-defined methods, such as the WideTile.CreateTileWideImage or WideTile.CreateTileWidePeekImageAndText01 method. All of these methods are named after corresponding Tile templates, listed in the Microsoft Tile Template Catalog article.

See the WinRTLiveTileManager topic to learn more.

Inheritance

Object
XmlNode
XmlDocument
DevExpress.XtraBars.WinRTLiveTiles.TileInfo
WideTile
See Also