ComponentOne Chart for WPF and Silverlight
FindCommonVisualAncestor Method (FrameworkElement3D)


C1.WPF.C1Chart Namespace > FrameworkElement3D Class : FindCommonVisualAncestor Method
Syntax
'Declaration
 
Public Function FindCommonVisualAncestor( _
   ByVal otherVisual As System.Windows.DependencyObject _
) As System.Windows.DependencyObject
'Usage
 
Dim instance As FrameworkElement3D
Dim otherVisual As System.Windows.DependencyObject
Dim value As System.Windows.DependencyObject
 
value = instance.FindCommonVisualAncestor(otherVisual)
public System.Windows.DependencyObject FindCommonVisualAncestor( 
   System.Windows.DependencyObject otherVisual
)

Parameters

otherVisual
See Also

Reference

FrameworkElement3D Class
FrameworkElement3D Members