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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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