DisplayInformation.IsStereoEnabled 属性

定义

获取一个值,该值指示设备是否支持立体 3D。

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

属性值

Boolean

bool

如果设备能够进行立体 3D (并且当前) 启用了立体 3D,则为 true;否则为 false

适用于