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

속성 값

Point

논리적 좌표 표시되는 디자이너의 위치입니다.

설명

Location를 사용하여 디자인 또는 런타임에서의 디자이너 위치를 지정합니다.

적용 대상