Skip to main content

GraphicsCache.SmoothingMode Property

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public SmoothingMode SmoothingMode { get; set; }

Property Value

Type Description
SmoothingMode

One of the SmoothingMode values.

See Also