DisplayInformation.StereoEnabled Property

Definition

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.

Applies to