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

    Returns the current display DPI value.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public int DeviceDpi { get; }

    Property Value

    Type Description
    Int32

    The current display DPI value.

    See Also