GraphicsCache.DeviceDpi Property
Returns the current display DPI value.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int DeviceDpi { get; }
Property Value
Type | Description |
---|---|
Int32 | The current display DPI value. |
See Also