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