'Declaration
Public Sub Position( _ ByVal windowAnchor As Anchor, _ ByVal reference As FrameworkElement, _ ByVal referenceAnchor As Anchor _ )
public void Position( Anchor windowAnchor, FrameworkElement reference, Anchor referenceAnchor )
Parameters
- windowAnchor
- An Anchor value specifying the point in the window.
- reference
- The System.Windows.FrameworkElement to use as reference.
- referenceAnchor
- An Anchor value specifying the point in the FrameworkElement.