Skip to main content
All docs
V25.1
  • GraphicsCache.DeviceDpi Property

    Returns the current display DPI value.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.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