ActivityDragEventArgs.DragImageSnapPoint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'emplacement où les activités doivent être déplacées sur l'aire de conception de workflow.
public:
property System::Drawing::Point DragImageSnapPoint { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public System.Drawing.Point DragImageSnapPoint { get; set; }
member this.DragImageSnapPoint : System.Drawing.Point with get, set
Public Property DragImageSnapPoint As Point
Valeur de propriété
Point qui définit l’emplacement sur l’aire de conception de workflow où les activités seront déposées.
Remarques
La classe WorkflowView crée une image de type glisser des activités faisant l'objet d'une opération glisser. Les objets ActivityDesigner peuvent utiliser la propriété DragImageSnapPoint pour aligner l'image à une cible et déplacer les activités vers l'emplacement spécifié.