CreateParams.X 속성

정의

컨트롤의 처음 왼쪽 위치를 가져오거나 설정합니다.

public:
 property int X { int get(); void set(int value); };
public int X { get; set; }
member this.X : int with get, set
Public Property X As Integer

속성 값

Int32

컨트롤의 처음 왼쪽 위치를 나타내는 숫자 값입니다.

적용 대상

추가 정보