DisplayInformation.StereoEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the device supports stereoscopic 3D.
public:
property bool StereoEnabled { bool get(); };
bool StereoEnabled();
public bool StereoEnabled { get; }
var boolean = displayInformation.stereoEnabled;
Public ReadOnly Property StereoEnabled As Boolean
Property Value
Boolean
bool
TRUE if the device is capable of stereoscopic 3D and stereoscopic 3D is currently enabled; FALSE otherwise.