다음을 통해 공유


Layout.Padding 속성

정의

레이아웃의 내부 안쪽 여백을 가져오거나 설정합니다. 기본값은 모든 값이 Thickness 0으로 설정된 값입니다.

public:
 property Microsoft::Maui::Thickness Padding { Microsoft::Maui::Thickness get(); void set(Microsoft::Maui::Thickness value); };
public Microsoft.Maui.Thickness Padding { get; set; }
member this.Padding : Microsoft.Maui.Thickness with get, set
Public Property Padding As Thickness

속성 값

설명

안쪽 여백은 레이아웃의 경계와 자식을 정렬해야 하는 경계 영역 사이의 공간입니다.

적용 대상