ScreenInfoDeviceScaleFactor Property |
Version 98.1.210
Device scale factor. Specifies the ratio between physical and logical pixels.
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public float DeviceScaleFactor { get; set; }
public:
property float DeviceScaleFactor {
float get ();
void set (float value);
}
Property Value
Type:
SingleSee Also