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

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

    Parameters

    tile
    The C1TileBase object to freeze.
    See Also