DisplayInformation.IsStereoEnabled 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 or not the device supports stereoscopic 3D.
public:
property bool IsStereoEnabled { bool get(); };
bool IsStereoEnabled();
public bool IsStereoEnabled { get; }
var boolean = displayInformation.isStereoEnabled;
Public ReadOnly Property IsStereoEnabled As Boolean
Property Value
Boolean
bool
true if the device is capable of stereoscopic 3D (and stereoscopic 3D is currently enabled); otherwise, false.