Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LineSparklineView Class / TransformToDescendant Method


In This Topic
    TransformToDescendant Method (LineSparklineView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TransformToDescendant( _
       ByVal descendant As Visual _
    ) As GeneralTransform
    'Usage
     
    Dim instance As LineSparklineView
    Dim descendant As Visual
    Dim value As GeneralTransform
     
    value = instance.TransformToDescendant(descendant)
    public GeneralTransform TransformToDescendant( 
       Visual descendant
    )

    Parameters

    descendant
    See Also