DisplayProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Note
displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。
物理ディスプレイに関連するさまざまなプロパティを提供します。 これらのプロパティのほとんどで、 クラスは、クライアントがプロパティの変更を監視できるようにするイベントを提供します。
public ref class DisplayProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [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)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DisplayProperties final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [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")]
class DisplayProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[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))]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class DisplayProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[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")]
public static class DisplayProperties
Public Class DisplayProperties
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
AutoRotationPreferences |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 アプリの優先方向を取得および設定します。 |
CurrentOrientation |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 四角形のモニターの現在の向きを取得します。 |
LogicalDpi |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 現在の環境の論理インチあたりのピクセル数を取得します。 |
NativeOrientation |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 ディスプレイ モニターのネイティブの向きを取得します。これは通常、デバイス上のボタンがモニターの向きと一致する向きです。 |
ResolutionScale |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 アプリ ウィンドウのスケール ファクターを取得します。 |
StereoEnabled |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 デバイスが立体 3D をサポートしているかどうかを示す値を取得します。 |
メソッド
GetColorProfileAsync() |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 物理ディスプレイに関連付けられている既定の国際色コンソーシアム (ICC) カラー プロファイルを非同期的に取得します。 |
イベント
ColorProfileChanged |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 物理ディスプレイのカラー プロファイルが変更されたときに発生します。 |
DisplayContentsInvalidated |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 表示に再描画が必要な場合に発生します。 |
LogicalDpiChanged |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 表示のピクセル/インチ (PPI) が変化するため、 LogicalDpi プロパティが変更されたときに発生します。 |
OrientationChanged |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 モードの変更またはモニターの変更により CurrentOrientation プロパティまたは NativeOrientation プロパティが変更されたときに発生します。 |
StereoEnabledChanged |
Note displayProperties は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 DisplayInformation を使用します。 ステレオスコピック 3D のサポートが変更されたため、 StereoEnabled プロパティが変更されたときに発生します。 |