다음을 통해 공유


InfoBarPanel.HorizontalOrientationPadding 속성

정의

패널이 가로 방향일 때 InfoBarPanel 가장자리와 자식 사이의 거리를 가져오고 설정합니다.

public:
 property Thickness HorizontalOrientationPadding { Thickness get(); void set(Thickness value); };
Thickness HorizontalOrientationPadding();

void HorizontalOrientationPadding(Thickness value);
public Thickness HorizontalOrientationPadding { get; set; }
var thickness = infoBarPanel.horizontalOrientationPadding;
infoBarPanel.horizontalOrientationPadding = thickness;
Public Property HorizontalOrientationPadding As Thickness

속성 값

패널이 가로 방향인 경우 InfoBarPanel 가장자리와 자식 사이의 거리입니다.

적용 대상