DisplayInformation.RawDpiX 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 raw dots per inch (DPI) along the x axis of the display monitor.
public:
property float RawDpiX { float get(); };
float RawDpiX();
public float RawDpiX { get; }
var single = displayInformation.rawDpiX;
Public ReadOnly Property RawDpiX As Single
Property Value
Single
float
The raw dots per inch (DPI) along the x 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.