CustomPopupPlacement.Point プロパティ

定義

Popup コントロールの左上隅が配置されているターゲット オブジェクトに対する相対位置を取得または設定します。

public:
 property System::Windows::Point Point { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Point { get; set; }
member this.Point : System.Windows.Point with get, set
Public Property Point As Point

プロパティ値

Point コントロールを配置するために使用する Popup。 既定値は (0, 0) です。

注釈

ターゲット オブジェクトは、 が相対的な Popup 要素です。 詳細については、「Popup Placement Behavior」を参照してください。

適用対象