ActivityDragEventArgs.DragImageSnapPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定活動置放在工作流程設計介面上的位置。
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,定義活動將置放在工作流程設計介面上的位置。
備註
WorkflowView 類別會為拖曳的活動建立拖曳影像。 ActivityDesigner 物件可以使用 DragImageSnapPoint 屬性將影像貼齊目標,並將活動放置在指定的位置。