ScrollOrientation 열거형

정의

세로 또는 가로 스크롤 방향을 지정하는 열거형입니다.

public enum ScrollOrientation
type ScrollOrientation = 
상속
ScrollOrientation

필드

Both 2

가로 및 세로로 스크롤합니다.

Horizontal 1

가로로 스크롤합니다.

Neither 3
Vertical 0

세로 방향으로 스크롤합니다.

적용 대상