Share via


DisplayMonitor.RawDpiX Property

Definition

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

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

Property Value

Single

float

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

Applies to