DisplayInformation.CurrentOrientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取矩形监视器的当前方向。
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 属性。