DisplayInformation.NativeOrientation 속성

정의

일반적으로 디바이스의 단추가 모니터의 방향과 일치하는 방향인 디스플레이 모니터의 네이티브 방향을 가져옵니다.

public:
 property DisplayOrientations NativeOrientation { DisplayOrientations get(); };
DisplayOrientations NativeOrientation();
public DisplayOrientations NativeOrientation { get; }
var displayOrientations = displayInformation.nativeOrientation;
Public ReadOnly Property NativeOrientation As DisplayOrientations

속성 값

디스플레이 모니터의 네이티브 방향입니다.

설명

NativeOrientation은 가로 또는 세로 값만 반환합니다. NativeOrientation은 LandscapeFlipped 또는 PortraitFlipped 값을 반환하지 않습니다.

적용 대상