DisplayInformation.NativeOrientation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得顯示監視器的原生方向,這通常是裝置上按鈕符合監視器方向的方向。
public:
property DisplayOrientations NativeOrientation { DisplayOrientations get(); };
DisplayOrientations NativeOrientation();
public DisplayOrientations NativeOrientation { get; }
var displayOrientations = displayInformation.nativeOrientation;
Public ReadOnly Property NativeOrientation As DisplayOrientations
屬性值
顯示監視器的原生方向。
備註
NativeOrientation 只會傳回 Landscape 或 Portrait 值。 NativeOrientation 永遠不會傳回 LandscapeFlipped 或 PortraitFlipped 值。