CustomPopupPlacement(Point, PopupPrimaryAxis) Constructor

Definition

Initializes a new instance of the CustomPopupPlacement structure.

public:
 CustomPopupPlacement(System::Windows::Point point, System::Windows::Controls::Primitives::PopupPrimaryAxis primaryAxis);
public CustomPopupPlacement (System.Windows.Point point, System.Windows.Controls.Primitives.PopupPrimaryAxis primaryAxis);
new System.Windows.Controls.Primitives.CustomPopupPlacement : System.Windows.Point * System.Windows.Controls.Primitives.PopupPrimaryAxis -> System.Windows.Controls.Primitives.CustomPopupPlacement
Public Sub New (point As Point, primaryAxis As PopupPrimaryAxis)

Parameters

point
Point

The Point that is relative to the PlacementTarget where the upper-left corner of the Popup is placed.

primaryAxis
PopupPrimaryAxis

The PopupPrimaryAxis along which a Popup control moves when it is obstructed by a screen edge.

Applies to