共用方式為


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,表示 FreeformActivityDesigner 在邏輯座標中的位置。

備註

如果由於使用者調整 Location 的大小而設定 FreeformActivityDesigner 時,設計工具仍會維持其子設計工具的相對位置。

適用於