DisplayPath.IsStereo 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 or sets whether the target mode for this path is in 3D stereoscopic mode.
public:
property bool IsStereo { bool get(); void set(bool value); };
bool IsStereo();
void IsStereo(bool value);
public bool IsStereo { get; set; }
var boolean = displayPath.isStereo;
displayPath.isStereo = boolean;
Public Property IsStereo As Boolean
Property Value
Boolean
bool
true
if the target mode for this path is in 3D stereoscopic mode, otherwise false
.