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

WinRTLiveTileManager.ClearTile() Method

Removes all the previous Live Tile content.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public UpdateTileResult ClearTile()

Returns

Type Description
DevExpress.XtraBars.WinRTLiveTiles.UpdateTileResult

An UpdateTileResult enumerator value specifying if a Live Tile was successfully cleared.

Remarks

The ClearTile method removes the current Live Tile content and clears the content queue, built via the WinRTLiveTileManager.UpdateTile method. After the ClearTile method is complete, only the WinRTLiveTileManager.DefaultTileImage and WinRTLiveTileManager.ApplicationName remain visible.

See Also