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