Share via


ScrollingContentOrientation 열거형

정의

에서 ScrollView콘텐츠 스크롤의 방향을 지정하는 상수를 정의합니다.

public enum class ScrollingContentOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingContentOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingContentOrientation
Public Enum ScrollingContentOrientation
상속
ScrollingContentOrientation
특성

필드

Both 3

콘텐츠는 가로 및 세로로 스크롤할 수 있습니다.

Horizontal 1

콘텐츠는 가로로 스크롤할 수 있습니다.

None 2

콘텐츠는 가로 또는 세로로 스크롤할 수 없습니다.

Vertical 0

콘텐츠는 세로로 스크롤할 수 있습니다.

적용 대상