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 を使用します。

適用対象