CustomPopupPlacement.Point Propriété

Définition

Obtient ou définit le point relatif à l’objet cible dans lequel le coin supérieur gauche du contrôle Popup est placé.

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

Valeur de propriété

Point utilisé pour placer un contrôle Popup. La valeur par défaut est (0,0).

Remarques

L’objet cible est l’élément auquel est Popup relatif. Pour plus d’informations, consultez Comportement de positionnement de Popup.

S’applique à