FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPanel Class / TransformToDescendant Method

In This Topic
    TransformToDescendant Method (FlexPivotPanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TransformToDescendant( _
       ByVal descendant As Visual _
    ) As GeneralTransform
    public GeneralTransform TransformToDescendant( 
       Visual descendant
    )

    Parameters

    descendant
    See Also