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 .

적용 대상