InfoBarPanel.HorizontalOrientationMargin 연결된 속성

정의

항목이 가로로 정렬될 때 InfoBarPanel 의 여백입니다. 이 속성은 내부용으로 예약되어 있으며 코드에서 사용할 수 없습니다.

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

see GetHorizontalOrientationMargin, and SetHorizontalOrientationMargin
see GetHorizontalOrientationMargin, and SetHorizontalOrientationMargin

설명

HorizontalOrientationMargin은 요소의 Margin 속성 외에도 요소에 적용됩니다.

그러나 선행 여백과 후행 여백은 무시됩니다. 첫 번째 자식에서는 HorizontalOrientationMargin.Left가 무시되고, 마지막 자식에서는 HorizontalOrientationMargin.Right가 무시됩니다. 이는 축소되지 않은(레이아웃 공간을 차지) 첫 번째/마지막 자식에 적용됩니다. 예를 들어 첫 번째 자식이 축소되면 무시되는 두 번째 자식의 HorizontalOrientationMargin.Left입니다.

적용 대상