DisplayInformation.CurrentOrientation 속성

정의

사각형 모니터의 현재 방향을 가져옵니다.

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

속성 값

사각형 모니터의 현재 방향입니다.

설명

DisplayInformation.CurrentOrientation 속성의 값은 디스플레이 또는 모니터의 방향에 해당하며 반드시 앱의 방향에 해당하지는 않습니다. 레이아웃을 위해 앱의 방향을 확인하려면 ApplicationView.Value 속성을 사용합니다.

적용 대상