ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewPanel Class / AddInternalChild Method

In This Topic
    AddInternalChild Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub AddInternalChild( _
       ByVal child As Windows.UI.Xaml.UIElement _
    ) 
    protected void AddInternalChild( 
       Windows.UI.Xaml.UIElement child
    )

    Parameters

    child
    See Also