CompositeActivityDesigner.Location プロパティ

定義

デザイナーの位置を論理座標で取得または設定します。

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

プロパティ値

論理座標でのデザイナーの位置。

注釈

デザイン時または実行時にデザイナーを配置するには、 Location を使用します。

適用対象