Share via


DisplayProperties.LogicalDpi 属性

定义

注意

在Windows 8.1后,DisplayProperties 可能会更改或不可用。 请改用 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

当前环境的每逻辑英寸的像素。

属性

适用于