ComponentOne Basic Library for WPF and Silverlight
FindCommonVisualAncestor Method (C1RadialBackgroundPresenter)


C1.WPF Namespace > C1RadialBackgroundPresenter Class : FindCommonVisualAncestor Method
Syntax
'Declaration
 
Public Function FindCommonVisualAncestor( _
   ByVal otherVisual As System.Windows.DependencyObject _
) As System.Windows.DependencyObject
'Usage
 
Dim instance As C1RadialBackgroundPresenter
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

C1RadialBackgroundPresenter Class
C1RadialBackgroundPresenter Members