SplitterPanel.Location 속성

정의

해당 SplitterPanel의 왼쪽 위 모퉁이를 기준으로 SplitContainer의 왼쪽 위 모퉁이의 좌표를 가져오거나 설정합니다. 이 속성은 이 클래스와 관련이 없습니다.

public:
 property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point Location { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Location : System.Drawing.Point with get, set
Public Property Location As Point

속성 값

Point

해당 Point의 왼쪽 위 모퉁이를 기준으로 SplitterPanel의 왼쪽 위 모퉁이를 나타내는 SplitContainer입니다.

특성

적용 대상