다음을 통해 공유


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의 위치를 나타내는 Point입니다.

설명

Location 사용자 크기 조정FreeformActivityDesigner으로 인해 설정되면 디자이너는 자식 디자이너의 상대 위치를 유지 관리합니다.

적용 대상