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

속성 값

Int32

디스플레이 디바이스의 DPI 값입니다.

특성

적용 대상