DisplayProperties.StereoEnabled プロパティ

定義

Note

displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。

デバイスが立体 3D をサポートしているかどうかを示す値を取得します。

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

プロパティ値

Boolean

bool

デバイス がステレオスコピック 3D が可能で、ステレオスコピック 3D が現在有効になっている場合は TRUE。 それ 以外の場合は FALSE。

属性

適用対象