ActivityDesigner.Location 속성

정의

디자이너의 위치를 논리적 좌표로 가져오거나 설정합니다.

public:
 virtual property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public virtual System.Drawing.Point Location { get; set; }
member this.Location : System.Drawing.Point with get, set
Public Overridable Property Location As Point

속성 값

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

설명

디자인 타임 또는 런타임에 디자이너를 디자인 화면에 배치하려면 Location 속성을 사용합니다.

적용 대상