Control.DeviceDpi 属性

定义

获取显示当前控件的显示设备的 DPI 值。

public:
 property int DeviceDpi { int get(); };
[System.ComponentModel.Browsable(false)]
public int DeviceDpi { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DeviceDpi : int
Public ReadOnly Property DeviceDpi As Integer

属性值

显示设备的 DPI 值。

属性

适用于