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

WinRTLiveTileManager.ActualWideTileSize Property

Gets the actual size of wide Tiles within this WinRTLiveTileManager.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public Size ActualWideTileSize { get; }

Property Value

Type Description
Size

A Size structure that is the actual size of wide Tiles within this WinRTLiveTileManager.

Remarks

Use one of 36 CreateTileWide… methods declared in the WideTile class to create the desired wide Tile template. See the WinRTLiveTileManager topic for details.

See Also