DisplayInformation.RawDpiY Property

Definition

Gets the raw dots per inch (DPI) along the y axis of the display monitor.

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

Property Value

Single

float

The raw dots per inch (DPI) along the y axis of the display monitor.

Remarks

This property can return 0 when the monitor doesn't provide physical dimensions and when the user is in a clone or duplicate multiple-monitor setup.

Applies to