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 属性使图像对齐到目标并将活动放置在指定位置。

适用于