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

In This Topic
    Register Method (C1TileService)
    In This Topic
    Registers the C1TileBase object in the service.
    Syntax
    'Declaration
     
    
    Public Shared Sub Register( _
       ByVal tile As C1TileBase _
    ) 
    public static void Register( 
       C1TileBase tile
    )

    Parameters

    tile
    The C1TileBase object to register.
    Remarks
    Usually, you don't need to call this method directly, the C1TileBase control does this at loading.
    See Also