ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileService Class / UnfreezeTile Method
The C1TileBase object to unfreeze.

In This Topic
    UnfreezeTile Method
    In This Topic
    Unfreezes tile updates.
    Syntax
    'Declaration
     
    Public Shared Sub UnfreezeTile( _
       ByVal tile As C1TileBase _
    ) 
    public static void UnfreezeTile( 
       C1TileBase tile
    )

    Parameters

    tile
    The C1TileBase object to unfreeze.
    See Also