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

适用于