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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.