共用方式為


DisplayInformation.StereoEnabled 屬性

定義

取得值,這個值表示裝置是否支援立體立體 3D。

public:
 property bool StereoEnabled { bool get(); };
bool StereoEnabled();
public bool StereoEnabled { get; }
var boolean = displayInformation.stereoEnabled;
Public ReadOnly Property StereoEnabled As Boolean

屬性值

Boolean

bool

如果 裝置能夠使用立體 3D 且目前已啟用立體立體 3D,則為 TRUE; 否則為 FALSE

適用於