Skip to main content
A newer version of this page is available. .

GraphicsCache.ScaleDPI Property

Gets or sets the ScaleHelper object that adjusts font sizes and drawing API values according to the current DPI.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public ScaleHelper ScaleDPI { get; set; }

Property Value

Type Description
DevExpress.Utils.DPI.ScaleHelper

The ScaleHelper object that adjusts font sizes and drawing API values according to the current DPI.

See Also