DisplayInformation.NativeOrientation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일반적으로 디바이스의 단추가 모니터의 방향과 일치하는 방향인 디스플레이 모니터의 네이티브 방향을 가져옵니다.
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 값을 반환하지 않습니다.