DisplayPath.IsStereo Property

Definition

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.

Applies to