In This Topic
            
            Calculates the position of a Windows.UI.Xaml.FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.
            
            Overload List
| Overload | Description | 
| TestPosition(FrameworkElement,Anchor,FrameworkElement,Anchor,Point,Double,Double,FlowDirection) | Calculates the position of a Windows.UI.Xaml.FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.   | 
| TestPosition(FrameworkElement,Anchor,FrameworkElement,Anchor,Point,Double,Double) | Calculates the position of a Windows.UI.Xaml.FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.   | 
| TestPosition(Popup,Anchor,FrameworkElement,Anchor,Double,Double) | Calculates the position of a Windows.UI.Xaml.Controls.Primitives.Popup so that the specified point in the Popup matches the specified point of a FrameworkElement.   | 
| TestPosition(Popup,Anchor,FrameworkElement,Anchor) | Calculates the position of a Windows.UI.Xaml.Controls.Primitives.Popup so that the specified point in the Popup matches the specified point of a FrameworkElement.   | 
| TestPosition(FrameworkElement,Anchor,FrameworkElement,Anchor,Double,Double) | Calculates the position of a Windows.UI.Xaml.FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.   | 
 
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            See Also