ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileService Class / UnfreezeTile Method
The C1TileBase object to unfreeze.

In This Topic
    UnfreezeTile Method (C1TileService)
    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