次の方法で共有


ActivityDragEventArgs.DragInitiationPoint プロパティ

定義

ドラッグ操作が開始されたワークフロー デザイン サーフェイス上の Point を取得します。

public:
 property System::Drawing::Point DragInitiationPoint { System::Drawing::Point get(); };
public System.Drawing.Point DragInitiationPoint { get; }
member this.DragInitiationPoint : System.Drawing.Point
Public ReadOnly Property DragInitiationPoint As Point

プロパティ値

Point

ドラッグ操作が開始されたワークフロー デザイン サーフェイス上の位置を定義する Point

適用対象