共用方式為


DualScreenInfo 類別

定義

提供版面配置所佔用之可見區域的詳細資料,讓內容可以放在畫面分割的位置。

public ref class DualScreenInfo : System::ComponentModel::INotifyPropertyChanged
public class DualScreenInfo : System.ComponentModel.INotifyPropertyChanged
type DualScreenInfo = class
    interface INotifyPropertyChanged
Public Class DualScreenInfo
Implements INotifyPropertyChanged
繼承
DualScreenInfo
實作

建構函式

DualScreenInfo(VisualElement)

提供版面配置所佔用之可見區域的詳細資料,讓內容可以放在畫面分割的位置。

屬性

Current

Singleton,提供應用程式視窗在兩個畫面之間的放置位置資訊。

HingeBounds

Rect,代表裝置鉸鏈的絕對畫面位置。

IsLandscape

指出裝置是否為橫向。

SpanMode

決定窗格的版面配置方向:SinglePane、Wide、Tall

SpanningBounds

跨兩個區域時,這將會傳回每個區域的 Rect。 如果不跨越,這將會傳回空陣列。

方法

GetHingeAngleAsync()

提供版面配置所佔用之可見區域的詳細資料,讓內容可以放在畫面分割的位置。

事件

HingeAngleChanged

每當轉軸角度變更為裝置折疊或展開時觸發。

PropertyChanged

用來監看是否有任何屬性變更。

適用於