CustomPopupPlacement(Point, PopupPrimaryAxis) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.