DisplayMonitor.RawDpiY Property

Definition

Gets the physical vertical DPI of the monitor (based on the monitor’s native resolution and physical size).

public:
 property float RawDpiY { float get(); };
float RawDpiY();
public float RawDpiY { get; }
var single = displayMonitor.rawDpiY;
Public ReadOnly Property RawDpiY As Single

Property Value

Single

float

The physical vertical DPI of the monitor (based on the monitor’s native resolution and physical size).

Applies to