ActivityDragEventArgs.DragImageSnapPoint 屬性

定義

取得或設定活動置放在工作流程設計介面上的位置。

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

屬性值

Point

Point,定義活動將置放在工作流程設計介面上的位置。

備註

WorkflowView 類別會為拖曳的活動建立拖曳影像。 ActivityDesigner 物件可以使用 DragImageSnapPoint 屬性將影像貼齊目標,並將活動放置在指定的位置。

適用於