CreateParams.Width 속성

정의

컨트롤의 처음 너비를 가져오거나 설정합니다.

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

속성 값

Int32

컨트롤의 처음 너비를 나타내는 숫자 값입니다.

적용 대상

추가 정보