共用方式為


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 屬性。

適用於