次の方法で共有


DisplayProperties.LogicalDpi プロパティ

定義

Note

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

現在の環境の論理インチあたりのピクセル数を取得します。

public:
 static property float LogicalDpi { float 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 float LogicalDpi();
/// [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 float LogicalDpi();
public static float LogicalDpi { [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 float LogicalDpi { [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 single = DisplayProperties.logicalDpi;
Public Shared ReadOnly Property LogicalDpi As Single

プロパティ値

Single

float

現在の環境の論理インチあたりのピクセル数。

属性

適用対象