Share via


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

适用于