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

SquareTile Class

A regular (square) Tile template for WinRTLiveTileManager Live Tiles.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class SquareTile :
    TileInfo

Remarks

SquareTile and WideTile objects represent Tile templates, which you can apply to Live Tiles via the WinRTLiveTileManager.UpdateTile method. You can pass null instead of a SquareTile to the UpdateTile method, but it’s strongly recommended to specify both regular and large Tile templates, as end-users can switch a Tile size at runtime via the Windows Apps bar.

To create a SquareTile you can use one of 10 methods, such as the SquareTile.CreateTileSquareBlock or SquareTile.CreateTileSquarePeekImageAndText01 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
SquareTile
See Also