FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotChart Class / TransformToAncestor Method / TransformToAncestor(Visual) Method

In This Topic
    TransformToAncestor(Visual) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function TransformToAncestor( _
       ByVal ancestor As Visual _
    ) As GeneralTransform
    public GeneralTransform TransformToAncestor( 
       Visual ancestor
    )

    Parameters

    ancestor
    See Also