DisplayOrientation 열거형

정의

디바이스 디스플레이에 있을 수 있는 방향을 나타냅니다.

public enum class DisplayOrientation
public enum DisplayOrientation
type DisplayOrientation = 
Public Enum DisplayOrientation
상속
DisplayOrientation

필드

Landscape 2

디바이스 디스플레이가 가로 방향으로 표시됩니다.

Portrait 1

디바이스 디스플레이가 세로 방향으로 표시됩니다.

Unknown 0

알 수 없는 표시 방향입니다.

적용 대상