Share via


ParentControlDesigner.DefaultControlLocation 속성

정의

이 디자이너에 추가된 컨트롤의 기본 위치를 가져옵니다.

protected:
 virtual property System::Drawing::Point DefaultControlLocation { System::Drawing::Point get(); };
protected virtual System.Drawing.Point DefaultControlLocation { get; }
member this.DefaultControlLocation : System.Drawing.Point
Protected Overridable ReadOnly Property DefaultControlLocation As Point

속성 값

Point

이 디자이너에 추가된 컨트롤의 기본 위치를 나타내는 Point입니다.

설명

기본 위치는 일반적으로 (0,0)입니다. 컨테이너에 특수 테두리가 있는 경우 또는 다른 이유로 인해 일반적으로 기본 위치가 변경됩니다.

적용 대상

추가 정보