次の方法で共有


FreeformActivityDesigner.Location プロパティ

定義

FreeformActivityDesigner の論理座標上の位置を取得または設定します。

public:
 virtual property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public override System.Drawing.Point Location { get; set; }
member this.Location : System.Drawing.Point with get, set
Public Overrides Property Location As Point

プロパティ値

Point

Point の論理座標上の位置を表すFreeformActivityDesigner

注釈

ユーザーが Location のサイズを変更しているために FreeformActivityDesigner が設定される場合、デザイナーは自身の子デザイナーの相対位置を維持します。

適用対象