Padding.Bottom 속성

정의

아래쪽 가장자리에 대한 안쪽 여백 값을 가져오거나 설정합니다.

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

속성 값

Int32

아래쪽 가장자리에 대한 안쪽 여백(픽셀)입니다.

설명

이 값을 설정하면 속성이 변경됩니다 All .

적용 대상

추가 정보