DisplayMonitor.RawDpiY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).