Share via


DisplayModeInfo.IsStereo Property

Definition

Gets a value indicating whether the DisplayModeInfo is stereoscopic 3D.

public:
 property bool IsStereo { bool get(); };
bool IsStereo();
public bool IsStereo { get; }
var boolean = displayModeInfo.isStereo;
Public ReadOnly Property IsStereo As Boolean

Property Value

Boolean

bool

true if this is a stereoscopic 3D DisplayModeInfo, otherwise false.

Applies to