CustomPopupPlacement(Point, PopupPrimaryAxis) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 CustomPopupPlacement 結構的新執行個體。
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)
參數
- point
- Point
Point,相對於 PlacementTarget,其中放置 Popup 的左上角。
- primaryAxis
- PopupPrimaryAxis
當 PopupPrimaryAxis 控制項遭畫面邊界阻礙時,會沿著 Popup 移動。