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

GraphicsCache.SmoothingMode Property

Gets or sets the rendering quality for the cached GraphicsCache.Graphics.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public SmoothingMode SmoothingMode { get; set; }

Property Value

Type Description
SmoothingMode

One of the SmoothingMode values.

See Also