The PopupUtil type exposes the following members.

Methods

  Name Description
Public method Static member GetPosition
return a absolute position according to the relative position of element
Public method Static member Position(Popup, Point)
Positions a Popup in a specified absolute point.
Public method Static member Position(Popup, Anchor, FrameworkElement, Anchor)
Positions a Popup so that the specified point in the Popup matches the specified point of a FrameworkElement.
Public method Static member TestPosition(Popup, Anchor, FrameworkElement, Anchor)
Calculates the position of a Popup so that the specified point in the Popup matches the specified point of a FrameworkElement.
Public method Static member TestPosition(Popup, Anchor, FrameworkElement, Anchor, Double, Double)
Calculates the position of a Popup so that the specified point in the Popup matches the specified point of a FrameworkElement.
Public method Static member TestPosition(FrameworkElement, Anchor, FrameworkElement, Anchor, Double, Double)
Calculates the position of a FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.
Public method Static member TestPosition(FrameworkElement, Anchor, FrameworkElement, Anchor, Point, Double, Double)
Calculates the position of a FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.
Public method Static member TestPosition(FrameworkElement, Anchor, FrameworkElement, Anchor, Point, Double, Double, FlowDirection)
Calculates the position of a FrameworkElement so that the specified point in the FrameworkElement matches the specified point of another FrameworkElement.

See Also