CustomPopupPlacement(Point, PopupPrimaryAxis) コンストラクター

定義

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

適用対象