FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / DraggableItem Class / GetVisualChild Method

In This Topic
    GetVisualChild Method (DraggableItem)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetVisualChild( _
       ByVal index As Integer _
    ) As Visual
    protected virtual Visual GetVisualChild( 
       int index
    )

    Parameters

    index
    See Also