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 値。

属性

適用対象