InfoBarPanel.VerticalOrientationPadding 속성

정의

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

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

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

void VerticalOrientationPadding(Thickness value);
public Thickness VerticalOrientationPadding { get; set; }
Public Property VerticalOrientationPadding As Thickness

속성 값

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

적용 대상