DisplayInformation.IsStereoEnabled Property

Definition

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.

Applies to