DisplayInformation.NativeOrientation 属性

定义

获取显示监视器的本机方向,这通常是设备上的按钮与监视器方向匹配的方向。

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

属性值

显示监视器的本机方向。

注解

NativeOrientation 仅返回 LandscapePortrait 值。 NativeOrientation 从不返回 LandscapeFlippedPortraitFlipped 值。

适用于