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

WinRTLiveTileManager.ActualSquareTileSize Property

Returns the current size for tiles with square templates.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Size

A Size structure that is the size for all square tiles owned by this WinRTLiveTileManager.

See Also