Freigeben über


DisplayProperties.StereoEnabled Eigenschaft

Definition

Hinweis

DisplayProperties kann nach Windows 8.1 geändert oder für Releases nicht mehr verfügbar sein. Verwenden Sie stattdessen DisplayInformation.

Ruft einen Wert ab, der angibt, ob das Gerät stereoskopisches 3D unterstützt.

public:
 static property bool StereoEnabled { bool get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static bool StereoEnabled();
/// [get: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static bool StereoEnabled();
public static bool StereoEnabled { [Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public static bool StereoEnabled { [Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = DisplayProperties.stereoEnabled;
Public Shared ReadOnly Property StereoEnabled As Boolean

Eigenschaftswert

Boolean

bool

TRUE , wenn das Gerät in der Lage ist, stereoskopisches 3D und stereoskopisches 3D derzeit aktiviert ist; Andernfalls FALSE .

Attribute

Gilt für: